5.6 HP StorageWorks X9000 File Serving Software User Guide (TA768-96035, June 2011)

The following example shows an anonymous client accessing a share.
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>
74 Using FTP