1 unstable release
0.1.0 | May 27, 2023 |
---|
#24 in #ftp
32KB
815 lines
libftp
libftp is a crate implementing the file transfer protocol (FTP) in Rust. The crate currently features a parser, serializer and proxy modules.
Future Plans
- FTP client.
- FTP server.
About The Project
This is a passion project of mine that I want to grow and I make a viable FTP utilities crate. Feel free to point out bugs, performance issues, difficult to use APIs, request missing features and contribute your own code!
All protocol considerations in this project follow RFC 959 and later FTP RFCs such as: 2228, 2640, 2773, 3659, 5797, 7151.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~1MB
~19K SLoC