HP StoreAll Storage User Manual

Page 82

Advertising
background image

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

Advertising