Expand description
The set of valid values for FTP commands
Structs§
- Line
Line
contains a command code and the contents of a line of text read from the network.
Enums§
- File
Type - File Type used in
TYPE
command - Format
Control - 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.