Erreur Synchro UTF8 Directory
Since version 5.7.3 .NET assembly, I can not synchronize directories with accents in French.
My setup:
Dim As New mySessionOptions sessionoptions
with mySessionOptions
.protocol = Protocol.Scp
.HostName = Syncros.SSHHostName
.UserName = Syncros.SSHUserName
.PortNumber = Syncros.SSHPort
.SshPrivateKeyPath = Syncros.SshPrivateKeyPath
.GiveUpSecurityAndAcceptAnySshHostKey = True
.AddRawSettings ("UTF", "2")
End With
I also tried with: .AddRawSettings ("Utf", "1")
I get an error:
Copying file '/ home / xxx / xxx / Param trage' failed.
"Param trage" for "Paramétrage"
My setup:
Dim As New mySessionOptions sessionoptions
with mySessionOptions
.protocol = Protocol.Scp
.HostName = Syncros.SSHHostName
.UserName = Syncros.SSHUserName
.PortNumber = Syncros.SSHPort
.SshPrivateKeyPath = Syncros.SshPrivateKeyPath
.GiveUpSecurityAndAcceptAnySshHostKey = True
.AddRawSettings ("UTF", "2")
End With
I also tried with: .AddRawSettings ("Utf", "1")
I get an error:
Copying file '/ home / xxx / xxx / Param trage' failed.
"Param trage" for "Paramétrage"