>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> wget ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi gives me
Pavel> make-stds.texi which is 36362 bytes long. This is the same what
Pavel> "dir" shows on the GNU server. This file has UNIX line endings
Pavel> only.
:(
| /tmp % wget ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi
| --17:10:23-- ftp://ftp.gnu.org:21/gnu/GNUinfo/make-stds.texi
| => `make-stds.texi'
| Connecting to proxy.epi.net:3128... connected!
| Proxy request sent, awaiting response... 200 OK
| Length: unspecified [application/x-texinfo]
|
| 0K -> .......... .......... .......... ......
|
| 17:10:27 (38.08 KB/s) - `make-stds.texi' saved [37278]
Can it be the proxy?
Yes, when I go to another place without the need to go through a
proxy, I get:
| esmeralda /tmp $ wget ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi
| --17:12:28-- ftp://ftp.gnu.org:21/gnu/GNUinfo/make-stds.texi
| => `make-stds.texi'
| Connecting to ftp.gnu.org:21... connected!
| Logging in as anonymous ... Logged in!
| ==> TYPE I ... done. ==> CWD gnu/GNUinfo ... done.
| ==> PORT ... done. ==> RETR make-stds.texi ... done.
| Length: 36,362 (unauthoritative)
|
| 0K -> .......... .......... .......... ..... [100%]
|
| 17:12:37 (8.19 KB/s) - `make-stds.texi' saved [36362]
Pavel> It's rather a bug somewhere in the MIME settings. Try forcing
Pavel> wget into the binary mode.
It doesn't seem to change anything with type=I or A. And it goes real
fast: it's cached now :(.