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