Expand description
Contains code for using and parsing FTP status codes.
Structs§
- Status
Code - Contains a StatusCodeKind and the corresponding code for it, this is useful on generating error messages and validity of a particular code.
Enums§
- Status
Code Kind - Represent a textual interpretation of a particular status code, most were taken from RFC 959.