>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> Sorry, wget-1.5.3 is the latest version, and yet it knows
Pavel> nothing about the binary mode. I'm screwed too, just like your
Pavel> proxy :-)
Yep, it does :)
Wget also supports the `type' feature for FTP URLs. By default,
FTP documents are retrieved in the binary mode (type `i'), which
means that they are downloaded unchanged. Another useful mode is
the `a' ("ASCII") mode, which converts the line delimiters between
the different operating systems, and is thus useful for text files.
Here is an example:
ftp://host/directory/file;type=a