Module types

Module types 

Source
Expand description

The set of valid values for FTP commands

Enums§

FileType
File Type used in TYPE command
FormatControl
Text Format Control used in TYPE command
FtpError
FtpError is a library-global error type to describe the different kinds of errors that might occur while using FTP.

Type Aliases§

Result
A shorthand for a Result whose error type is always an FtpError.