mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 246 forks source link

file access with special characters #190

Open FredeHo opened 7 years ago

FredeHo commented 7 years ago

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 :)

xemadiez commented 6 years ago

Please, someone has an idea?

nesticle8bit commented 4 years ago

I still have this problem, I switched to asp.net core cuz this repo is dead lol