|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Kyle Burton wrote:
> When you ftp the file, try ascii mode...instead of binary mode?
>
Bin mode vs ascii mode in ftp only relates to the integrity of the high order bit
of each byte transfered. FF hex becomes 7F hex, but ^M (0D hex) is unchanged.
The problem is that in a UNIX file, ^A alone is used for end of line. In DOS,
^M^A is used.
.......unless I've been very very wrong all this time....
>
> create a script using the tr as mentioned...
>
Agreed
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|