Carriage Return characters in text files get corrupted/removed on ftp download
Hello,
I am using both Rebex FTP/TLS and SFTP to download files from a UNIX server (either in normal or sftp mode).
In both schemes, I am downloading text files using the TransferType.Binary property.
However, all the downloaded files have the Carriage Return character removed.
If I check the text file on Unix and the one I downloaded via Rebex, using a diff tool like WinMerge it shows that I have differences in Carriage Returns between the two files, other than that they are exactly the same.
How can I have my files downloaded EXACTLY as they exist in the remote UNIX system?
Thank you
P.