package
1.3.2
Repository: https://github.com/0xrawsec/golang-utils.git
Documentation: pkg.go.dev

# Functions

BuildSSHURL builds up a SSH URL to feed ssh @host: hostname @port: port.
New returns a new SFTP Client @host: hostname to connect to @port: port on the hostname @username: username to login @sams: list of ssh.AuthMethod to use.
PrivateKeyAuthMethod returns a ssh.AuthMethod initialized with a private key @privateKeyPath: path to the private key to use.

# Constants

No description provided by the author
No description provided by the author

# Structs

Client.