package
0.0.0-20181031211504-1310e1de09a6
Repository: https://github.com/mindflavor/ftpserver2.git
Documentation: pkg.go.dev

# Packages

Package securableConn hides the difference between a plain text connection and an encrypted one so there is no need to track the difference from outside.

# Functions

New creates a new FTP session.

# Constants

FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.
FTP Command constants.

# Structs

Session is the connected FTP session.

# Type aliases

AuthenticatorFunc is the function that will be called by the FTP Server as soon as the authentcation process completes (ie USER+PASS).