mscdex / node-ftp

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

encode strings to latin-1 #272

Open Kreijstal opened 3 years ago

Kreijstal commented 3 years ago

I can't cwd into an "ä" directory, the server accepts "CWD \xe4" but not "CWD \xc3\xa4" which is what is being sent when I write Client.list("ä",callback)