File onversion

Advertisement

raoulgravel
Guest

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.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,430
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum