sergi / jsftp

Light and complete FTP client implementation for Node.js
MIT License
809 stars 154 forks source link

put show error 553 Could not create file. #277

Open ppboyly opened 6 years ago

ppboyly commented 6 years ago

when i use ftp.put, it shows error like

Error: 553 Could not create file. at Ftp.parse (....node_modules/jsftp/lib/jsftp.js:223:11) at Ftp.parseResponse (....node_modules/jsftp/lib/jsftp.js:146:8) at Stream.pipeline.on.data (....node_modules/jsftp/lib/jsftp.js:112:10)

Ryuunofire27 commented 6 years ago

I have that error when i try to upload a file that already exists