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.
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.