#ftp #protocols #parser #transport-layer

protocol-ftp-client

Transport layer neutral client-side protocol parser

2 releases

Uses old Rust 2015

0.1.1 Aug 28, 2016
0.1.0 Aug 27, 2016

#36 in #ftp

25 downloads per month

MIT license

30KB
599 lines

procol-ftp-client

FTP protocol parser (client side)

Build Status

The FTP prorocol parser intended to be network transport layer neutral 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:

[dependencies]
protocol_ftp_client = "0.1"

See example how to build ftp-get command using TcpStream of standard library

API

documentation

Licence

MIT license as Rust itself

Author

Ivan Baidakou (basiliscos)

Dependencies

~5.5MB
~138K SLoC