Re: Problem with 'page_requisites'

2003-11-01 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic <[EMAIL PROTECTED]> dixit: > > OK. Then, just curiosity, why it doesn't work for FTP files and why > > it works for FTP files when passing '-r'? > Because `-p' is implemented as a special "leaf" recursion mode that > sets maximum recursion depth to 0. OK, ok.

Re: Problem with 'page_requisites'

2003-10-30 Thread Hrvoje Niksic
DervishD <[EMAIL PROTECTED]> writes: > OK. Then, just curiosity, why it doesn't work for FTP files and why > it works for FTP files when passing '-r'? Because `-p' is implemented as a special "leaf" recursion mode that sets maximum recursion depth to 0. The FTP code misinterprets this special re

Re: Problem with 'page_requisites'

2003-10-30 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic <[EMAIL PROTECTED]> dixit: > I think I've now fixed this problem. However, `-p' still implies > creating directory hierarchies, which is mildly annoying. I find it reasonable (more or less...). > IMO `-p' should be reworked to function like Mozilla's "save

Re: Problem with 'page_requisites'

2003-10-30 Thread Hrvoje Niksic
I think I've now fixed this problem. However, `-p' still implies creating directory hierarchies, which is mildly annoying. IMO `-p' should be reworked to function like Mozilla's "save web page, complete". I.e. it should save "foo.html" along with "foo_html_files" where all the link contents shou

Re: Problem with 'page_requisites'

2003-10-29 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic <[EMAIL PROTECTED]> dixit: > So what you're saying is that `wget -p ftp://server/dir/file' doesn't > work. I guess I've never tested that. I'll look into it, thanks for > the report. But take into account that wget -p -r ftp://server/dir/file *works* R

Re: Problem with 'page_requisites'

2003-10-29 Thread Hrvoje Niksic
So what you're saying is that `wget -p ftp://server/dir/file' doesn't work. I guess I've never tested that. I'll look into it, thanks for the report.

Re: Problem with 'page_requisites'

2003-10-29 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic <[EMAIL PROTECTED]> dixit: > Raúl, I'm not sure I understand what exactly you are trying to do. I > understand that you set page_requisites to on, but I don't see why you > feel you must activate recursion to download non-HTML files through > ftp. Because o

Re: Problem with 'page_requisites'

2003-10-28 Thread Hrvoje Niksic
Raúl, I'm not sure I understand what exactly you are trying to do. I understand that you set page_requisites to on, but I don't see why you feel you must activate recursion to download non-HTML files through ftp. Could you be more specific in how you invoke Wget, what you expect it to do, and wha

Problem with 'page_requisites'

2003-10-28 Thread DervishD
Hi all :) I have modified my wgetrc, and now I'm not able to retrieve a simple file thru FTP with wget 1.9. The problem is the command 'page_requisites' in the wgetrc. I want wget to automatically retrieve page requisites, and I thought that this setting was ignored for FTP or when retriev