Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Special characters inserted at the end of xml file

Thanks for your report.
I have sent you an email to address you have used to register on this forum.
lakshmikanth

Special characters inserted at the end of xml file

Hi,

Am using WINSCP 4.3.6 client and when i try to upload the xml files it is inserting NULL characters at the end of file

Below are the batch commands am using to upload the file
---------------------------
open sftp://LOGINDETAILS
cd FolderName
put "D:\SampleXML1.xml"
put "D:\SampleXML1.xml"
exit
---------------------------