beautypg.com

HP StoreAll Storage User Manual

Page 82

background image

For Active Directory users (specify the user as in this example: ASM2k3.com\\ib1):

Upload a file using FTP protocol:

curl -T -k ftp://IP_address/pub/ -u

Upload a file using FTPS protocol:

curl -T -k --ftp-ssl-reqd ftp://IP_address:990/pub/ -u

Download a file using FTP protocol:

curl -k ftp://IP_address/ -u

Download a file using FTPS protocol:

curl -k --ftp-ssl-reqd ftp://IP_address:990/ -u (ADuser>

Shares can be accessed from any management console that has FTP clients:

ftp

For FTPS, use the following command from the management console:

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

82

Using FTP