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: File onversion

1) WinSCP does not support encoding conversions.
2) (7-bit) ASCII is a subset of UTF-8, so every ASCII file is UTF-8 file too. So you do not need any conversion.
raoulgravel

File onversion

Greetings,

I have an ASCII file (.txt) that during delivery to an FTP server needs to be converted to UTF-8. My command is the following:

option batch on
option confirm off
open SERVER -hostkey=KEY
option transfer binary
option confirm off
put \Automation\EasyBridge_Automation\easybridge_student_load.csv
close
exit

What am I missing? :)

How would you check to confirm the conversion happens?

Thanks!

R.J.