After FTP node transmits file, Line Carriage returns (CR) are missing. Why?
Each line has a "\n" (i.e. CR) appended to the end.
FTP is using a SFTP connection.
How can we keep (CR) on each line? Thanks.