Awesome
remotefs FTP
<p align="center"> <a href="https://veeso.github.io/remotefs-ftp/blob/main/CHANGELOG.md" target="_blank">Changelog</a> ยท <a href="https://veeso.github.io/remotefs-ftp/#get-started" target="_blank">Get started</a> ยท <a href="https://docs.rs/remotefs-ftp" target="_blank">Documentation</a> </p> <p align="center">~ Remotefs FTP client ~</p> <p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p> <p align="center">Current version: 0.2.2 (18/10/2024)</p> <p align="center"> <a href="https://opensource.org/licenses/MIT" ><img src="https://img.shields.io/badge/License-MIT-teal.svg" alt="License-MIT" /></a> <a href="https://github.com/remotefs-rs/remotefs-rs-ftp/stargazers" ><img src="https://img.shields.io/github/stars/remotefs-rs/remotefs-rs-ftp.svg" alt="Repo stars" /></a> <a href="https://crates.io/crates/remotefs-ftp" ><img src="https://img.shields.io/crates/d/remotefs-ftp.svg" alt="Downloads counter" /></a> <a href="https://crates.io/crates/remotefs-ftp" ><img src="https://img.shields.io/crates/v/remotefs-ftp.svg" alt="Latest version" /></a> <a href="https://ko-fi.com/veeso"> <img src="https://img.shields.io/badge/donate-ko--fi-red" alt="Ko-fi" /></a> </p> <p align="center"> <a href="https://github.com/remotefs-rs/remotefs-rs-ftp/actions" ><img src="https://github.com/remotefs-rs/remotefs-rs-ftp/workflows/Linux/badge.svg" alt="Linux CI" /></a> <a href="https://github.com/remotefs-rs/remotefs-rs-ftp/actions" ><img src="https://github.com/remotefs-rs/remotefs-rs-ftp/workflows/MacOS/badge.svg" alt="MacOS CI" /></a> <a href="https://github.com/remotefs-rs/remotefs-rs-ftp/actions" ><img src="https://github.com/remotefs-rs/remotefs-rs-ftp/workflows/Windows/badge.svg" alt="Windows CI" /></a> <a href="https://coveralls.io/github/remotefs-rs/remotefs-rs-ftp" ><img src="https://coveralls.io/repos/github/remotefs-rs/remotefs-rs-ftp/badge.svg" alt="Coveralls" /></a> <a href="https://docs.rs/remotefs-ftp" ><img src="https://docs.rs/remotefs-ftp/badge.svg" alt="Docs" /></a> </p>About remotefs-ftp โ๏ธ
remotefs-ftp is a client implementation for remotefs, providing support for the FTP/FTPS protocols.
Get started ๐
First of all, add remotefs-ftp
to your project dependencies:
remotefs = "0.3"
remotefs-ftp = "^0.2"
these features are supported:
find
: enablefind()
method on client (enabled by default)native-tls
: enable FTPS support using native-tls as backendno-log
: disable logging. By default, this library will log via thelog
crate.rustls
: enable FTPS support using rustls as backendsecure
: backward compatible alias fornative-tls
vendored
: enable static link for native-tls
Client compatibility table โ๏ธ
The following table states the compatibility for the client client and the remote file system trait method.
Note: connect()
, disconnect()
and is_connected()
MUST always be supported, and are so omitted in the table.
Client/Method | Ftp |
---|---|
append_file | Yes |
append | Yes |
change_dir | Yes |
copy | No |
create_dir | Yes |
create_file | Yes |
create | Yes |
exec | No |
exists | Yes |
list_dir | Yes |
mov | Yes |
open_file | Yes |
open | Yes |
pwd | Yes |
remove_dir_all | Yes |
remove_dir | Yes |
remove_file | Yes |
setstat | No |
stat | Yes |
symlink | No |
Support the developer โ
If you like remotefs-ftp and you're grateful for the work I've done, please consider a little donation ๐ฅณ
You can make a donation with one of these platforms:
Contributing and issues ๐ค๐ป
Contributions, bug reports, new features, and questions are welcome! ๐ If you have any questions or concerns, or you want to suggest a new feature, or you want just want to improve remotefs, feel free to open an issue or a PR.
Please follow our contributing guidelines
Changelog โณ
View remotefs' changelog HERE
Powered by ๐ช
remotefs-ftp is powered by these aweseome projects:
License ๐
remotefs-ftp is licensed under the MIT license.
You can read the entire license HERE