bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

unftp-sbe-fs: don't panic during Filesystem::new #521

Open asomers opened 1 month ago

asomers commented 1 month ago

Filesystem::new will now return an error if it can't open the root directory. However, ServerExt::with_fs will still panic because the ServerBuilder is required to be infalliable.