Hi.
I try to use ftp to replicate a structure from a pc to a remote server (I use ftp because there is no other option).
The problem I'm facing is when I want to create a folder that contains greek characters, the command fails. The message I receive is:
ReplyCode: 500
ReplyString:500 'MKD /folder/folder1/??? ??????????? ???????????? ???????- 10.07.2019': command not understood.
The "?" characters are in place of greek characters...
The command I use is the following:
Var Parsed is an array of type string.
Is this normal behavior?
Andreas.
I try to use ftp to replicate a structure from a pc to a remote server (I use ftp because there is no other option).
The problem I'm facing is when I want to create a folder that contains greek characters, the command fails. The message I receive is:
ReplyCode: 500
ReplyString:500 'MKD /folder/folder1/??? ??????????? ???????????? ???????- 10.07.2019': command not understood.
The "?" characters are in place of greek characters...
The command I use is the following:
B4X:
myFTP.SendCommand("MKD", parsed(parsed.Length - 1))
Is this normal behavior?
Andreas.