evanplaice / node-ftpsync

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

ftpsync stops uploading after x files #30

Closed ghost closed 7 years ago

ghost commented 8 years ago

When I try uploading a folder and some files to my FTP-Server, it stops uploading after x files every time (always after the same amount of files). Any ideas, what the problem can be? node-ftpsync

evanplaice commented 7 years ago

This appears to be an issue with an older version of JSFTP. The dependency was updated with PR #39.