Hi guys,
after reading a lot about encoding and utf-8 in the issues I still couldn't find anything about my problem:
I have a file like äöüß.txt on my FTP server (UTF8 is default there). When listing the files everything works like a charm and I get the correct filename äöüß.txt.
But when i try to access that specific file (renaming, download, etc.), I get Error: no such file even tho it's there and its exactly the name I got from ftp.list(). Files without those special characters work fine.
Is this supposed to work this way?
Hi guys, after reading a lot about encoding and utf-8 in the issues I still couldn't find anything about my problem: I have a file like äöüß.txt on my FTP server (UTF8 is default there). When listing the files everything works like a charm and I get the correct filename äöüß.txt. But when i try to access that specific file (renaming, download, etc.), I get
Error: no such file
even tho it's there and its exactly the name I got from ftp.list(). Files without those special characters work fine. Is this supposed to work this way?Thanks in advance :)