Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/KusoKaihatsuSha/easy_sftp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/KusoKaihatsuSha/easy_sftp

  • v1.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

SFTP CLI client

App for synchronized data between servers using CLI through SFTP client.

Accessible flags:

-from string

Local or sftp path. If value is sftp path use prefix serversftp@/somepath

-to string

Local or sftp path. If value is sftp path use prefix serversftp@/somepath

-logs string

Path to folder with logs. If value is empty => logs off

-mask string

RegExp mask. If value is empty select all files => .* (default ".*")

-u string

Exist user sftp login. If value is empty => user (default "user")

-p string

Exist user sftp pass. If value is empty => password (default "password")

-port string

Usage port sftp. If value is empty => 22 (default "22")

-sf boolean

True or false for find in subfolder. If value is empty => false (default "false")

-ts boolean

True or false for add suffix timestamp. If value is empty => false (default "false")

-m boolean

True or false for move files. If value is empty => false (default "false")

-debug boolean

True or false for more logs. If value is empty => false (default "false")

FAQs

Package last updated on 30 Jun 2022

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