mscdex / node-ftp

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

Fix UTF-8 characters problem #218

Closed ECRomaneli closed 6 years ago

ECRomaneli commented 6 years ago

When a string with characters like "ğ" are passed on name of file, all functions with this.list (using entry.name) don't work (rmdir for example).

ECRomaneli commented 6 years ago

Sometimes this code throw URI Malformed Exception, i will find the problem.