Registry / networking / libunftp

libunftp

JSON →
library0.23.0rscratesunverified

Extensible, async, cloud orientated FTP(S) server library.

# Cargo.toml [dependencies] libunftp = "0.23.0"
INSTALL
IMPORT
SIG · LIBUNFTP
L
libunftp
networkingrustv0.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use libunftp::Server;

Create and start an FTP server.

use libunftp::Server; #[tokio::main] async fn main() { let server = Server::new(); server.listen("127.0.0.1:2121").await.unwrap(); }
Debug
Known issues
gotchaRequires an async runtime like Tokio.
fix
Add tokio as a dependency and use #[tokio::main] or another async runtime.
affects: >=0.23.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libunftp — cargo add libunftp · libregistry