beautypg.com

HP StoreAll Storage User Manual

Page 82

background image

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

Upload a file using HTTP protocol:

curl –T -u http://IP_address:port/urlpath/

Upload a file using HTTPS protocol:

curl --cacert -T -u

https://IP_address:port/urlpath/

Download a file using HTTP protocol:

curl -u http://IP_address/dils/urlpath -o path to

download>//

Download a file using HTTPS protocol:

curl --cacert -u

https://IP_address:port/urlpath/ -o path to

download>//

82

Using HTTP