Skip to content

Commit

Permalink
doc: add to known sbe
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao authored and hannesdejager committed Jul 10, 2024
1 parent eac0b3b commit 19139b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/libunftp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: The Library

# libunftp - The FTPS library

**libunftp** is a [Rust](https://www.rust-lang.org/) [crate](https://crates.io/crates/libunftp) that you can use to
**libunftp** is a [Rust](https://www.rust-lang.org/) [crate](https://crates.io/crates/libunftp) that you can use to
build your own FTPS server with. You can extend it with your own storage back-ends or authentication back-ends.

It runs on top of the [Tokio](https://tokio.rs) asynchronous run-time and tries to make use of Async IO as much as
Expand All @@ -36,6 +36,7 @@ Known storage back-ends:
* [unftp-sbe-gcs](https://crates.io/crates/unftp-sbe-gcs) - Stores files in Google Cloud Storage
* [unftp-sbe-rooter](https://crates.io/crates/unftp-sbe-rooter) - Wraps another storage back-end in order to root a user to a specific home directory.
* [unftp-sbe-restrict](https://crates.io/crates/unftp-sbe-rooter) - Wraps another storage back-end in order to restrict the FTP operations a user can do i.e. provide authorization.
* [unftp-sbe-opendal](https://crates.io/crates/unftp-sbe-opendal) - Access ANY storage back-end using OpenDAL.

Known authentication back-ends:

Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ use libunftp::{
storage::StorageBackend,
ServerBuilder,
};
use opendal::Builder;
use slog::*;
use std::io::{Read, Seek};
use std::{
Expand Down

0 comments on commit 19139b1

Please sign in to comment.