mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

Manual connection setup #82

Open faulesocke opened 5 years ago

faulesocke commented 5 years ago

This allows for manual connection setup by implementing a from_tcp method which constructs a FtpStream from a std::net::TcpStream.