Just getting started with wget and can't understand why this wont work
I'm trying to access zip files from a site.
E.g
Www.mysite.com/example1.zip
Wget www.mysite.com/example1.zip works to retrieve the single file. However I have ten example.zip files on the server.
If I try
wget -r -A.zip "http://www.mysite.com"
That's all I get is a folder with the index.html file
I have also tried the command with no parent as well
Any help would be greatly appreciated.
I'm trying to access zip files from a site.
E.g
Www.mysite.com/example1.zip
Wget www.mysite.com/example1.zip works to retrieve the single file. However I have ten example.zip files on the server.
If I try
wget -r -A.zip "http://www.mysite.com"
That's all I get is a folder with the index.html file
I have also tried the command with no parent as well
Any help would be greatly appreciated.