Module status_code

Module status_code 

Source
Expand description

Contains code for using and parsing FTP status codes.

Structs§

StatusCode
Contains a StatusCodeKind and the corresponding code for it, this is useful on generating error messages and validity of a particular code.

Enums§

StatusCodeKind
Represent a textual interpretation of a particular status code, most were taken from RFC 959.