I am having a problem with creating a directory with some accents as a name. For example makeDirectory("tést") will indeed create folder tést on the ftp file system, but the files that I put inside are not accessible with my Ftp client (filezilla for example) - "Critical error during the transfer of the files".
I tried to call makeDirectory() with utf-8 encoded string, but its still the same. Also changing filezilla to force utf-8 is not solving the problem.
If i create a folder called "tést" manually on my hard drive, upload it with filezilla, and put some files in it, i can access it without any problems.
Do you have any idea how to fix this issue?
Thanks