"Jasmo Hiltula" <[EMAIL PROTECTED]> writes: > I tried today a easy hax for one problem. It lead me to a situation > where wget should be able to follow more than 20 > http-redirections. Now wget says "20 redirections exceeded". I > searched the manual even read the source code trying to find some > way to alter that number (20) but no luck.
In retr.c: #define MAX_REDIRECTIONS 20 Increase the size to whatever you need. However, are you sure that you really need more than twenty redirections? Is it possible that Wget is in fact stuck in a redirection loop? How many redirections would be enough for what you are diong?