I need a command-line utility that can do WebDAV upload (HTTP PUT).
At the command prompt, enter bin to set the upload mode to binary. At the command prompt, enter put followed by the name of the file you want to upload. For example, to upload a file named MyDumpFiles. zip, enter put MyDumpFiles.
Using the WebDAV Redirector | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
WebDAV is a more modern protocol than FTP and can be seen as the successor to the FTP protocol. Unlike SMB/CIFS, WebDAV can be used from mobile devices such as iPhone, iPod, iPad, Android, and Blackberry -- that is, you can work directly on files in your embedded devices using any mobile device.
cURL will do it for you.
curl -T filetoput.xml http://www.url.com/filetoput.xml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With