evanplaice / node-ftpsync

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

Minor update to default settings to fix crash #17

Closed jbaumbach closed 8 years ago

jbaumbach commented 9 years ago

If settings.ignore not specified by user, this fixes a crash. If settings.connections not specified by user, this defaults to 1 so the lib still works.