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

For Active Directory users (specify the user as in this example: mycompany.com\\User1):
Upload a file using HTTP protocol:
curl T <filename> -u <ADuser> http://IP_address:port/urlpath/
Upload a file using HTTPS protocol:
curl --cacert <cacert_file> -T <filename> -u <ADuser>
https://IP_address:port/urlpath/
Download a file using HTTP protocol:
curl -u <ADuser> http://IP_address/dils/urlpath -o path to
download>/<filename>/
Download a file using HTTPS protocol:
curl --cacert <cacert_file> -u <ADuser>
https://IP_address:port/urlpath/<file_name> -o path to
download>/<filename>/
82 Using HTTP