procol-ftp-client
FTP protocol parser (client side)
The FTP prorocol parser intended to be network transport layer neytral and suitable to use with standard rust TcpStream as well as asynchronous framework such as mio.
Status
alpha
Usage
To use procol_ftp_client, first add this to your Cargo.toml:
[]
= "0.1"
See example how to build ftp-get command using TcpStream of standart library
API
Licence
MIT license as Rust itself
Author
Ivan Baidakou (basiliscos)