atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
202 stars 57 forks source link

FIX : escaping ';' #69

Closed ddelangle closed 6 years ago

ddelangle commented 6 years ago

Hi,

In case of ";" in filenames we need to escape it so it doesn't crash.

For instance ftps.put("mylocalfile.txt", "my;weird_but_legal_filename.txt")

Thanks