evanplaice / node-ftpsync

Intelligent file syncronization over FTP
http://evanplaice.github.io/node-ftpsync
MIT License
74 stars 21 forks source link

DeprecationWarning: Ftp.raw[user](args): Use Ftp.raw('user args') instead #40

Open shaunakv1 opened 7 years ago

shaunakv1 commented 7 years ago

This issue has been fixed in core jsftp version 2.0.0, which needs to be updated in node-ftpsync.

https://github.com/sergi/jsftp/issues/226

webmutation commented 6 years ago

Hum seems like its time to fork... anyone fixed this yet?

pwittchen commented 6 years ago

I fixed it in PR #43 (it's not merged yet).

KillyMXI commented 6 years ago

Unless @evanplaice will take care of this project again or someone will pick it up and continue development in a fork, some alternative is needed.

https://github.com/simonh1000/ftp-deploy looks good, with the exception of missing CLI. So far I can't see any well made CLI option, even though there are more node modules for the task to choose from.