unmemftp

Crates.iounmemftp
lib.rsunmemftp
version0.1.0
sourcesrc
created_at2020-07-02 12:24:36.624547
updated_at2020-07-02 12:24:36.624547
descriptionA quick and somewhat dirty library for testing read-only ftp clients, based on libunftp
homepage
repositoryhttps://github.com/jcaesar/ftp2mfs
max_upload_size
id260610
size12,239
(jcaesar)

documentation

README

Ummm... unmemFTP!

A quick implementation of a StorageBackend for unFTP that returns static files from memory — Is intended for testing things that access FTP, and code-quality-wise, you probably don't want to use it outside of your dev-dependencies.

See the tests for simple usage examples.

Currently only supports reads. Implementing writes may require implementing some sharing mechanism between different instances of the storage backend, but shouldn't be too difficult.

Commit count: 121

cargo fmt