# 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 ...
# Interfaces
Logger implements a basic logging interface for the SFTP server.
# Type aliases
No description provided by the author