evanplaice/node-ftpsync

Cannot sync all files of a folder

JohnPekl opened this issue · 1 comments

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

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.