Monday, August 15, 2016

Download full directories with wget

See: http://stackoverflow.com/a/273776/2009491

In particular, what you probably need is this:
wget -r --no-parent --reject "index.html*" http://example.com/configs/.vim/

No comments:

Post a Comment