Expand description
Contains the StorageBackend trait that is by the Server and its various
implementations.
Structs§
- Fileinfo
- Fileinfo contains the path and
Metadataof a file. - Filesystem
- StorageBackend that uses a local filesystem, like a traditional FTP server.
Enums§
- Error
- The
Errorvariants that can be produced by theStorageBackendimplementations.
Traits§
- Metadata
- Represents the Metadata of a file
- Storage
Backend - The
Storagetrait defines a common interface to different storage backends for our FTPServer, e.g. for aFilesystemor GCP buckets.