Download adding carriage return to file ...

Report client bugs
Post Reply
nugenth
Posts: 2
Joined: Wed Jul 19, 2006 9:52 pm

Download adding carriage return to file ...

Post by nugenth »

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?
nugenth
Posts: 2
Joined: Wed Jul 19, 2006 9:52 pm

Post by nugenth »

Nevermind ... I figured it out. It was using the ASCII download mode and corrupting the file. When I told it to ignore the ASCII extensions everythign went fine.
Post Reply