Re: preserving permissions using ftp

2005-12-02 Thread Steven M. Schweda
From: Marten Lehmann > [...] Is there any option on wget to > enable this? I couldn't find one within the manual. There's no such option, as it's not really optional. It works for me. I'd tell you which Wget version, which operating system and version, and which FTP server I was using, and I

preserving permissions using ftp

2005-12-02 Thread Marten Lehmann
Hello, I was able to mirror a complete ftp-directory with all its content with wget --mirror --no-passive-ftp --ftp-user=$user --ftp-password=$password ftp://1.2.3.4/ -nH -P $user But while the permissions (e.g. the executable bit) in the .listing files are correct, they are not set on the f

Re: Handling of ".." in url

2005-12-02 Thread Frank McCown
Hrvoje Niksic wrote: Frank McCown <[EMAIL PROTECTED]> writes: Earlier today I sent an email explaining that wget already handles ".." in the middle of a URL correctly, it just doesn't handle ".." immediately after the domain name correctly. But it does, at least according to rfc1808, which