6.0 HP X9000 File Serving Software File System User Guide (TA768-96043, October 2011)

For Active Directory users (specify the user as in this example: ASM2k3.com\\ib1):
Upload a file using FTP protocol:
curl -T <filename> -k ftp://IP_address/pub/ -u <ADuser>
Upload a file using FTPS protocol:
curl -T <filename> -k --ftp-ssl-reqd ftp://IP_address:990/pub/ -u
<ADuser>
Download a file using FTP protocol:
curl -k ftp://IP_address/<filename> -u <ADuser>
Download a file using FTPS protocol:
curl -k --ftp-ssl-reqd ftp://IP_address:990/<filename> -u (ADuser>
Shares can be accessed from any management console that has FTP clients:
ftp <Virtual_IP>
For FTPS, use the following command from the management console:
lftp -u <user_name> -p <ssl port> -e 'set ftp:ssl-force true' <share_IP>
82 Using FTP