Skip to content
bhanucvbmg edited this page Oct 25, 2016 · 2 revisions

Installation/Configuration/

  1. Install nodejs by downloading at https://nodejs.org/en/download/
  2. Run command npm install sn-filesync
  3. Copy app.config.json to a folder as project/config.json after making necessary updates
  4. Run below command to download the files. C:\node_modules\sn-filesync>node bin/app.js --config project/test/config.json -- search mine --download
  5. mine query is defined in the config.json file
  6. Start it using command C:\node_modules\sn-filesync>node bin/app.js --config project/test/config.json
  7. 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

Clone this wiki locally