evanplaice / node-ftpsync

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

fix upload problem #11

Closed Nerom closed 9 years ago

Nerom commented 9 years ago

fixup a upload problem

Nerom commented 9 years ago

@evanplaice

evanplaice commented 9 years ago

I've merged this in for now but it would be a good idea to run the test runner to verify functionality.

I vaguely remember adding the creation of multiple sync instances to enable multiple concurrent uploads.

There are also 3 changes in this commit:

In the future, try to limit modifications to one change per commit (no matter how minor). Changes should be easy to review from the commit log.

Nerom commented 9 years ago

OK , I see