HP StoreAll Storage User Manual
Page 92
![background image](/manuals/397079/92/background.png)
For anonymous users:
•
Upload a file using HTTP protocol:
curl -T
•
Upload a file using HTTPS protocol:
curl --cacert
https://IP_address:port/urlpath/
•
Download a file using HTTP protocol:
curl http://IP_address:port/urlpath/ download>/ • Download a file using HTTPS protocol: curl --cacert https://IP_address:port/urlpath/ download>/ For Active Directory users (specify the user as in this example: mycompany.com\\User1): • Upload a file using HTTP protocol: curl –T • Upload a file using HTTPS protocol: curl --cacert https://IP_address:port/urlpath/ • Download a file using HTTP protocol: curl -u download>/ • Download a file using HTTPS protocol: curl --cacert https://IP_address:port/urlpath/ download>/ Configuring Windows clients to access HTTP WebDAV shares Complete the following steps to set up and access WebDAV enabled shares: • Verify the entry in the Windows hosts file. Before mapping a network drive in Windows, verify that an entry exists in the c:\Windows\ file. For example, IP address 10.2.4.200 is assigned to a Vhost named vhost1, and if the Vhost name is not being used to map the network drive, (in reference to domain name-based virtual hosts). • Verify the characters in the Windows hosts file. The Windows c:\Windows\System32\drivers\etc\hosts file specifies IP versus • Verify that the WebClient Service is started. The WebClient Service must be started on Windows-based clients attempting to access the for more information. 92 Using HTTP
System32\drivers\etc\hosts
the client should be able to resolve the domain name such as
hostname mapping. Verify that the hostname in the file includes alpha-numeric characters
only.
WebDAV share. The WebClient service is missing by default on Windows 2008. To install
the WebClient service, the Desktop Experience package must be installed. See