# recfu-mover Download files from IQ SFTP server to local filesystem. * Used for BO report delivery to Rec Fusion customers. * BO -> SFTP [project documentation](https://iqops.dsc.umich.edu/wiki/index.php/Transfer_files_from_BO_to_IQ_SFTP_server). * Tested with [Node.js v8 LTS](https://nodejs.org/en/). ## Install and unit test ```bash cd recfu-mover npm install npm test ``` Next, copy the example configuration: ```bash cp ./site-config/client.json.EXAMPLE ./site-config/client.json ``` .. and set `client.json` values as needed. ## Run ```bash node app.js ```