Hi,
I need a command-line utility that can do WebDAV upload (HTTP PUT).
Ronen
Hi,
I need a command-line utility that can do WebDAV upload (HTTP PUT).
Ronen
cURL will do it for you.
curl -T filetoput.xml http://www.url.com/
this overview contains a thourough list of webdav server and clients.
I'd opt for cadaver or, if my needs were very specific, a python script using the PyWebDAV library.