+ Start a Discussion
sarah john 4sarah john 4 

How to download webDAV files from a linux server

Hello All hope are doing good, I have several log files in a webDAV (salesforce SFDC logs repo) and I want to drop all of them to a linux server, so that I can feed them to Splunk Server Class. I am not sure if there is a better idea than this, please advise.

Thanks
Sarahjohn
Rahul Sharma 718Rahul Sharma 718
Try to enclose links in quotes if it throws syntax errors, international characters are converted to Unicode by default. wget accepts multiple arguments simultaneously.

Running wget with quotes over all three links from the comment was successful, not to mention my wget is lower by version than yours, i.e. 1.15.
wget "http://tinymin.asuscomm.com/toby/some_file.mp4" "http://tinymin.asuscomm.com/toby/some_unresolvable_name.mp4" "http://tinymin.asuscomm.com/toby/even_more_scary_name.mp4"
Note: Also, do not leave the right slash at the end of the link as it directs wget to the wrong way (it treats those links as directories). Apart from this, there is a course like Splunk Certification (https://www.igmguru.com/course/splunk-training/) available for different learning.