-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not downloading all files, -R not working, many errors #321
Comments
I also tried adding
|
That is possibly a rate limiter on the server. Please check if --wait, --random-wait, --limit-rate helps here. |
I tried Is it possible to display the error messages? I tried Also, the issue with |
Use --progress=none to see the textual output including response codes. I'll take a look into why -R keeps the files in a few days. |
I just ran the command again, this time with The 404 error and one of the 401 errors refer to This was the command:
And these were the first lines of the output:
The remaining (67) 401 errors refer to each of the 67 zip files in the requested folder. Note that all these zip files were succesfully downloaded. For example:
|
I also tried running with |
Every month I download the new set of Mame roms from bda.retroroms.info using the following command:
wget -r --level=1 -np -nH -nc --cut-dirs=2 --http-user=myusername --http-password=mypassword -R "index.html*" -R "desktop.ini" https://bda.retroroms.info:82/downloads/mame/mame-0266/
However, since Fedora upgraded to wget2, I have been observing the following issues:
Here is an example prompt output:
Note that only 23 files were downloaded, but the directory I requested had 67 files and 1 empty folder. The complete file list can be seen here, by browsing into
/downloads/mame/mame-0266/
The text was updated successfully, but these errors were encountered: