21
17
I have been using Wget, and I have run across an issue. I have a site,that has several folders and subfolders within the site. I need to download all of the contents within each folder and subfolder. I have tried several methods using Wget, and when i check the completion, all I can see in the folders are an "index" file. I can click on the index file, and it will take me to the files, but i need the actual files.
does anyone have a command for Wget that i have overlooked, or is there another program i could use to get all of this information?
site example:
www.mysite.com/Pictures/ within the Pictures DIr, there are several folders.....
www.mysite.com/Pictures/Accounting/
www.mysite.com/Pictures/Managers/North America/California/JoeUser.jpg
I need all files, folders, etc.....
1
Have you read the documentation for
– Moses – 2013-10-07T16:38:38.933wget
, specifically for using it recursively?There's also an article in the documentation here that seems relevant.
– Moses – 2013-10-07T16:39:28.093