libftp 0.1.0

A Rust crate for working with the FTP protocol.
Documentation
  • Coverage
  • 0%
    0 out of 73 items documented0 out of 8 items with examples
  • Size
  • Source code size: 44.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • benpbo/libftp
    2 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • benpbo

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

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.