6.5 HP StoreAll OS User Guide

Table 9 Upload a file by using the FTPS protocol for local user
CommandScenario
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 10 Download a file by using the FTP protocol for domain user
CommandScenario
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 11 Download a file by using the FTPS protocol for local user
CommandScenario
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 127