Docs.rs
protocol-ftp-client-0.1.1
protocol-ftp-client 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
basiliscos
Dependencies
lazy_static ^0.1
normal
regex ^0.1
normal
url ^1.2.0
normal
Versions
73.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
protocol_
ftp_
client
0.1.1
All Items
Crate Items
Structs
Enums
Crate
protocol_ftp_client
Copy item path
Source
Structs
§
FtpReceiver
“Passive” side of FTP protocol, which mean that receiver expects some data from remote server. As soon as it receives enough data it can “advance” to transmitter state, i.e. fill buffer with commands to be further sent to the remote server.
FtpTransmitter
“Active” side of FTP protocol, i.e. fill buffer with desired FTP commands for further delivery to remote server.
Remote
File
Represents single item parsed
LIST
command.
Enums
§
Data
Mode
Defines data transfer mode: binary (aka image) or text.
FtpError
Error occured in parsing FTP data.
Remote
File
Kind
Defines files type for parsed
LIST
command.