package
3.0.22
Repository: https://github.com/minio/pkg.git
Documentation: pkg.go.dev

# Functions

NewServer composes a new Server{} object from the options given.

# Constants

AcceptChannelError is logged when there is an error while trying to accept the new request channel.
AcceptNetworkError is logged when there is an error accepting network connections within the listener.
ChannelNotSession is logged when the SFTP receives a request for a new channel which is NOT of type 'session'.
ServerStarted is logged when the SFTP server is first launched.
SSHKeyExchangeError is logged when there is an error performing a key exchange between the SFTP client and server.

# Variables

ErrInvalidPort ...
ErrMissingConnectionHandlerFunction ...
ErrMissingLoggerInterface ...
ErrMissingSSHConfig ...

# Structs

Options defines required configurations used when calling NewServer().
Server implements a composable SFTP Server.

# Interfaces

Logger implements a basic logging interface for the SFTP server.

# Type aliases

No description provided by the author