Socket
Socket
Sign inDemoInstall

github.com/srivinprabhash/flow-sftp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/srivinprabhash/flow-sftp


Version published
Created
Source

🌊 Flow SFTP

Flow SFTP can watch a directory for new files and upload them to a remote SFTP host in near real time.

(Written in Go)

🪶 Features

  • Copy new files almost in real time.
  • Configurable via a yaml config file.
  • Clear backlog files.
  • Backup files to a separate directory.

⚙️ Configuration

flow:
  source: "/path/to/directory/" # Path to the directory you want to watch for
  backupDir: "/path/to/directory/" # Path to your backup directory 
  enableBackups: false # Enable/Disable backups
  clearBacklog: false # Enable/Disable backlog clear. It is recomended to keep this disabled if backup is not enabled.

sftp:
  host: "" # Remote SFTP Host Name/IP
  port: 22 # Remote SFTP Host Port 
  user: "srivin" # Remote SFTP User
  privateKey: "/path/to/file" # SSH Private Key file path 
  remotePath: "/path/to/directory/" # Destination directory in the remote SFTP host

FAQs

Package last updated on 03 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc