Recursively download files from a HTTP directory
wget -r -np -nH http://your-files.com/files/
It will download all files and subfolders from files
directory:
* recursively (-r),
* not going to upper directories, like ccc/… (-np),
* not saving files to hostname folder (-nH).
Written by Diego Ponciano
Related protips
1 Response
Handy Tip!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#