Post a reply

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

lebrocoli

Setting UTF-8 to ON via Command Line

Hi all,

On thread https://winscp.net/forum/viewtopic.php?t=9005 posted 16 Oct 2010, it is mentioned that it not possible
to set the utf value via command line.

Today, December 6, 2012, is it possible?

I am using everyday a script that works like a charm in which I starts WinSCP GUI version like this:

WshShell.run "C:\Progra~1\WinSCP\winscp.exe ftp://root:root@" & IPAddress

Now, within that line, I already pass the IP Address of the device, the username, the password and I need to now force UTF-8 to ON.

Is there a way to do that?

Let me know.

Thanks!