Registry / networking / suppaftp

suppaftp

JSON →
library8.0.3rscratesunverified

A super FTP/FTPS client library for Rust supporting secure file transfers.

# Cargo.toml [dependencies] suppaftp = "8.0.3"
INSTALL
IMPORT
SIG · SUPPAFTP
S
suppaftp
networkingrustv8.0.3
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.

FtpStream
use suppaftp::FtpStream;

Connect to an FTP server and log in.

use suppaftp::FtpStream; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut ftp = FtpStream::connect("127.0.0.1:21")?; ftp.login("anonymous", "password")?; println!("Connected to FTP server"); Ok(()) }
Debug
Known issues
gotchaFTPS requires TLS feature flag
fix
Enable the 'tls' feature in Cargo.toml: suppaftp = { version = "8", features = ["tls"] }
affects: >=8.0.0
Upgrade
Version history
8.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
suppaftp — cargo add suppaftp · libregistry