how to retrieve the status of an unsucessfull download using wget?
e.g. when i receive "host not found", the 404 error or anything else?
thanx
These errors are printed to stderr. You can use the -o flag (or -a to append) followed by a file name to log messages to the specified file. Read the wget man page.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.