forked from dynamicdan/sn-filesync
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
bhanucvbmg edited this page Oct 25, 2016
·
2 revisions
- Install nodejs by downloading at https://nodejs.org/en/download/
- Run command npm install sn-filesync
- Copy app.config.json to a folder as project/config.json after making necessary updates
- Run below command to download the files. C:\node_modules\sn-filesync>node bin/app.js --config project/test/config.json -- search mine --download
- mine query is defined in the config.json file
- Start it using command C:\node_modules\sn-filesync>node bin/app.js --config project/test/config.json
- for help C:\node_modules\sn-filesync>node bin/app.js --help
Push and pull and other details are provided in detail under https://github.com/dynamicdan/sn-filesync