bolcom / unFTP

A FTP(S) server with a couple of twists written in Rust. Follow and talk to us on https://t.me/unftp. Docs on https://unftp.rs
Apache License 2.0
264 stars 20 forks source link

Move restricting VFS to own crate #159

Closed hannesdejager closed 1 year ago

hannesdejager commented 1 year ago

I've moved the delegating storage back-end in src/storage/restrict.rs to its own crate at https://crates.io/crates/unftp-sbe-restrict.