beautypg.com

Ftp and ftps commands for fusion manager, Ftp and ftps commands for fusion – HP StoreAll Storage User Manual

Page 127

background image

Table 9 Upload a file by using the FTPS protocol for local user

Command

Scenario

curl --ftp-ssl-reqd --cacert

file> -T

ftp://IP_address:990/pub/ -u USER:PASSWORD

You need to supply the user name and password but not
the domain

curl --ftp-ssl-reqd --cacert

file> -T ftp://IP_address/ -u

DOMAIN\\USER:PASSWORD

You must specify the domain, such as for an Active
Directory user

Table 10 Download a file by using the FTP protocol for domain user

Command

Scenario

curl ftp://IP_address/ -o

to download>\ -u USER:PASSWORD

You do not need to specify the domain

curl ftp://IP_address/ -o

to download>\ -u

DOMAIN\\USER:PASSWORD

You must specify the domain, such as for an Active
Directory user.

Table 11 Download a file by using the FTPS protocol for local user

Command

Scenario

curl --ftp-ssl-reqd --cacert

file> ftp://IP_address:990/pub/

You do not need to specify the domain

-o \ -u

USER:PASSWORD

curl --ftp-ssl-reqd --cacert

file> ftp://IP_address:990/pub/

You must specify the domain

-o \ -u

DOMAIN\\USER:PASSWORD

FTP and FTPS commands for Fusion Manager

Shares can be accessed from any Fusion Manager that has FTP clients:

ftp

For FTPS, use the following command from the active Fusion Manager:

lftp -u -p -e 'set ftp:ssl-force true'

Accessing shares

127