Extra character added to beginning of file

Core FTP client questions and answers
Locked
ATSchwieger
Posts: 1
Joined: Thu Oct 11, 2012 5:57 pm

Extra character added to beginning of file

Post by ATSchwieger »

I am pushing an ASCII file to a secure FTP server. When the file gets there, the CRLF have been converted to NL as they should. The issue is that there are three new characters that start the file off that I do not have when I send the file.

Any ideas as to what is going on?

I am using CORE FTP LE Version 2.2, Build 1751

The connection is using "AUTH SSL" and the SSL Options selected are the default of:
SSL Listings
SSL Transfer
OpenSSL
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

The might be unicode characters. Are you able to look at the file with a binary editor?
Locked