Crates.io | libftp |
lib.rs | libftp |
version | 0.1.0 |
source | src |
created_at | 2023-05-27 10:08:57.174841 |
updated_at | 2023-05-27 10:08:57.174841 |
description | A Rust crate for working with the FTP protocol. |
homepage | |
repository | https://github.com/benpbo/libftp |
max_upload_size | |
id | 875894 |
size | 44,468 |
libftp is a crate implementing the file transfer protocol (FTP) in Rust. The crate currently features a parser, serializer and proxy modules.
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.
Licensed under either of
at your option.
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.