Command-line utility for WebDAV upload
I need a command-line utility that can do WebDAV upload (HTTP PUT).
Solution 1:
cURL will do it for you.
curl -T filetoput.xml http://www.url.com/filetoput.xml
Solution 2:
For unix (and Windows with Cygwin installed) you can use Cadaver