Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 486 Bytes

Generic Webhook to SFTP Upload

Command line interface tool to forward Generic Webhook events to a file on an SFTP server.

Instructions

  1. Be sure you have Node version 12.14.x or greater. If you’re using nvm, you may need to nvm use 12.14.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd generic-webhook-sftp-upload.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.