evanplaice / node-ftpsync

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

Cannot sync all files of a folder #38

Closed JohnPekl closed 7 years ago

JohnPekl commented 7 years ago

Hi,

Thank for your awesome ftp nodejs. This nodejs module cannot download all files of a folder which contains more than 1000 files. It can only download 300-700 files at one times

jppellerin commented 7 years ago

This project seems to have been abandonned by the owner...

I have a pull request that might fix your issue #39 .

Bascially, I think that jsftp fixed the issue, and updating that library is the solution. You can give that a try.