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

Page 107

Advertising
background image

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

Command

Use this command when...

curl --ftp-ssl-reqd --cacert <certificate

file> -T <filename>

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 <certificate

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

DOMAIN\\USER:PASSWORD

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

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

Command

Use this command when...

curl ftp://IP_address/<filename> -o <path

to download>\<filename> -u USER:PASSWORD

You do not need to specify the domain

curl ftp://IP_address/<filename> -o <path

to download>\<filename> -u

DOMAIN\\USER:PASSWORD

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

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

Command

Use this command when...

curl --ftp-ssl-reqd --cacert <certificate

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

You do not need to specify the domain

-o <path to download>\<filename> -u

USER:PASSWORD

curl --ftp-ssl-reqd --cacert <certificate

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

You must specify the domain

-o <path to download>\<filename> -u

DOMAIN\\USER:PASSWORD

FTP and FTPS commands for Fusion Manager

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

ftp <Virtual_IP>

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

lftp -u <user_name> -p <ssl port> -e 'set ftp:ssl-force true' <share_IP>

Accessing shares 107

Advertising