Quote:
|
Originally Posted by Mark McLeod
One of the tests I ran was binary ftp'ing the file between UNIX and Windows machines to get the change in control characters at the end of the lines...
|
Doing the ftp in binary mode is guaranteed
not to modify the end-of-line characters. You'd have to do it in
text mode.
A cheaper way to convert Unix-style line breaks to Windows-style is to use WordPad. It will recognize LFs alone, and will write out CR/LF pairs when saving the file.