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

github.com/loadsmart/go_sftp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/loadsmart/go_sftp

  • v0.0.3
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go sftp

SFTP Client implementation for go, compatible with Encryption Algorithm DSA key length 2048, 3072, 4096

When to use this repo

By default, this repo is not aiming to replace the built in implementation available in go with the package crypto. This package is intended to add the simple compatibility of the DSA key kength of 2048,3072 and 4096 which the golang crypto package doesn't support by default. This PR https://github.com/golang/crypto/pull/204 should solve the problem eventually when finally merged.

PLEASE avoid using this repo as implementation as SFTP connection. This is only a workaround to add the key length compatibility.

FAQs

Package last updated on 24 May 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