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

mellerz

Re: UTF-8 encoded directory name

martin wrote:

mellerz wrote:

Is there another way or a work around to create a UTF8 encoded directory name?

WinSCP 5.0.8 RC with Session.CreateDirectory is going live later today.


Ok, thank you very much.
martin

Re: UTF-8 encoded directory name

mellerz wrote:

Is there another way or a work around to create a UTF8 encoded directory name?

WinSCP 5.0.8 RC with Session.CreateDirectory is going live later today.
mellerz

Re: UTF-8 encoded directory name

martin wrote:

With SCP protocol (what .ExecuteCommand uses), UTF8 is not supported.


Is there another way or a work around to create a UTF8 encoded directory name?
martin

Re: UTF-8 encoded directory name

With SCP protocol (what .ExecuteCommand uses), UTF8 is not supported.
mellerz

UTF-8 encoded directory name

Hi,

Since Session.CreateDirectory is not yet available, I would like to ask if there is a way to create a UTF-8 directory on the server side?
I used the session.ExecuteCommand("mkdir -p <directory name>") to create the directory however it was not UTF-8. I also added sessionOption.AddRawSettings("Utf", "1").