I have a web directory where I store some config files. I\'d like to use wget to pull those files down and maintain their current structure. For instance, the remote directo
You should be able to do it simply by adding a -r
wget -r http://stackoverflow.com/