I'm downloading some CSV files and somehow CoreFTP is introducing an extra character into the files ...
When I download the files using Internet Explorer and open them in a Hex Editor, each line ends with Hex 0D 0A.
However, when Core downloads the files, and I open them in the editor, each line ends with Hex 0D 0D 0A.
Any ideas?