lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Using lynx for command line ftp.


From: John E. Davis
Subject: Re: LYNX-DEV Using lynx for command line ftp.
Date: Thu, 4 Dec 1997 14:56:12 -0500

On Thu, 04 Dec 1997 13:56:50 -0500, Joe Batt <address@hidden> said:
>lynx -source ftp://myhost.dom/my_file.zip > my_file.zip
>
>On WinNT with the 32 bit version, the zip file gets ascii translated to
>have CRLFs in it.

   Lynx is writing to stdout and the ``OS'' is redirecting the output
to my_file.zip.  As I recall stdout is opened in text mode and the OS
uses text mode to perform the redirection.  Is this really true?  If
so, there may be little that you can do about it short of using a
better shell.

--John

reply via email to

[Prev in Thread] Current Thread [Next in Thread]