Expand description
Raw FTP protocol definitions.
- RFC 959
- http://www.nsftools.com/tips/RawFTP.htm
Re-exports§
pub extern crate rfc1700;pub use self::command_kind::CommandKind;pub use self::argument::Argument;pub use self::reply::Reply;pub use self::file_type::FileType;pub use self::file_type::TextFormat;pub use self::command::*;pub use self::errors::*;