1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added mkdir support to commit() More... about 11 years ago
Added directory support to consolidate() More... about 11 years ago
Added directory tracking. * changed the results returned from walkLocal and walkRemote * file lists now use an object containing lists for both files and dirs More... about 11 years ago
Fixed more typos in README.md More... about 11 years ago
Updated the package version More... about 11 years ago
Updated README.md with information about installing ftpsync globally. More... about 11 years ago
Updated package.json for cli support More... about 11 years ago
Minor edits to README.md More... about 11 years ago
Renamed settings.maxConnections to settings.connections More... about 11 years ago
README.md Update * added info on command line usage * added more details to using a config file * cleaned up various odds & ends More... about 11 years ago
Updated design notes More... about 11 years ago
Added CLI interface * includes all available command line options * includes --help documentation More... about 11 years ago
Added isModified() to helpers{} More... about 11 years ago
Added isDifferent() to helpers{} More... about 11 years ago
Added lookupTable() to helpers{} More... about 11 years ago
Added syncTime() to helpers{} More... about 11 years ago
Added trimPathRoots() to helpers{} More... about 11 years ago
Added helpers{} More... about 11 years ago
Cleaned up the alias definition for module.exports.utils More... about 11 years ago
Improved logging * replaced all calls to prettyPrint() with console.dir * improved setup() logging More... about 11 years ago
Moved utils{} below sync{} More... about 11 years ago
Added remove() to module.exports.utils More... about 11 years ago
Added upload() to module.exports.utils More... about 11 years ago
Added walkRemote() to module.exports.utils More... about 11 years ago
Added walkLocal() to module.exports.utils More... about 11 years ago
Added utils{} to module.exports More... about 11 years ago
Added remove[] to module.exports More... about 11 years ago
Added update[] to module.exports More... about 11 years ago
Added add[] to module.exports More... about 11 years ago
Added remote[] to module.exports More... about 11 years ago