RE: wget 1.10.x fixed recursive ftp download over proxy

2006-01-09 Thread Tony Lewis
I believe the following simplified code would have the same effect: if ((opt.recursive || opt.page_requisites || opt.use_proxy) url_scheme (*t) != SCHEME_FTP) status = retrieve_tree (*t);else status = retrieve_url (*t, filename, redirected_URL, NULL, dt); Tony From: [EMAIL PROTECTED]

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-09 Thread Mauro Tortonesi
hi steven, thank you very much for your bug report. recently i commited a significant change to the HTTP code in the SVN trunk, but i had no time to thorougly test the code because i am busy working on my ph.d. thesis. i am sure this bug is related to the changes i made. i'll take a deeper