1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated test settings More... about 12 years ago
Fixed a bug in mkdir() and rmdir() * unnecessarily prepended the root directory. More... about 12 years ago
Fixed error checking to allow blank FTP passwords More... about 12 years ago
Updated the version number 0.1.4 * improved logging * started working on tests * added glob matching on ignore files More... about 12 years ago
Updated design notes More... about 12 years ago
Cleaned up error logging More... about 12 years ago
Added better error checking * checks for unset settings.host * checks for unset settings.user * checks for unset settings.pass More... about 12 years ago
Fixed bug where error is thrown if config.json is missing More... about 12 years ago
Added test.js with nodeftpd example More... about 12 years ago
Implemented glob matching for ignore files More... about 12 years ago
Added a ftpsync test to test.js More... about 12 years ago
Moved the ftp daemon into nodeftpd.js More... about 12 years ago
Added isIgnored() function * used for simple file path glob comparison. More... about 12 years ago
Added a require for the minimatch lib More... about 12 years ago
Updated the version number to 0.1.3 More... about 12 years ago
Added support for multiple concurrent uploads More... about 12 years ago
Update README.md * Downgraded the warning to a notice * Noted current limitations * Added Roadmap More... about 12 years ago
Limit settings.connections to 1 More... about 12 years ago
Removed unnecessary log statement from setup() More... about 12 years ago
Made settings.connections configurable. More... about 12 years ago
Fixed minor typo in the README More... about 12 years ago
Updated the verison number for publishing on NPM More... about 12 years ago
Documentation update More... about 12 years ago
Updated design notes More... about 12 years ago
Fixed small rmdir bug. * dirs need to be deleted in LIFO order More... about 12 years ago
Added remove() More... about 12 years ago
Updated some comments and .gitignore More... about 12 years ago
Implemented rmdir() More... about 12 years ago
Implemented mkdir() More... about 12 years ago
Added rmdir support to commit() More... about 12 years ago