Re: Bug in libfetch handling of FTP urls..

2005-07-05 Thread Dag-Erling Smørgrav
John Baldwin <[EMAIL PROTECTED]> writes: > On Sunday 03 July 2005 10:48 pm, Dag-Erling Smørgrav wrote: > > John Baldwin <[EMAIL PROTECTED]> writes: > > > I verified this by doing 'fetch -vv' and seeing that it does one big CWD > > > (instead of the multiple CWD's the RFC says should happen) and tha

Re: Bug in libfetch handling of FTP urls..

2005-07-05 Thread John Baldwin
On Sunday 03 July 2005 10:48 pm, Dag-Erling Smørgrav wrote: > John Baldwin <[EMAIL PROTECTED]> writes: > > I verified this by doing 'fetch -vv' and seeing that it does one big CWD > > (instead of the multiple CWD's the RFC says should happen) and that it > > includes the leading '/' when it should

Re: Bug in libfetch handling of FTP urls..

2005-07-03 Thread Dag-Erling Smørgrav
John Baldwin <[EMAIL PROTECTED]> writes: > Ran into this at work. Suppose I am fetching a file over ftp for a user foo > whose home dir is /home/foo' and I want to retrieve the 'bar/baz' file out of > his home directory. [...] This is tricky because libfetch caches FTP connections, so you can't

Bug in libfetch handling of FTP urls..

2005-06-28 Thread John Baldwin
Ran into this at work. Suppose I am fetching a file over ftp for a user foo whose home dir is /home/foo' and I want to retrieve the 'bar/baz' file out of his home directory. According to my understanding of RFC 1378 (http://www.faqs.org/rfcs/rfc1738.html, specifically section 3.2.2), this URL