rust_async_ftp:https的分叉

时间:2024-06-20 06:20:11
【文件属性】:

文件名称:rust_async_ftp:https的分叉

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-20 06:20:11

Rust

rust-ftp Rust 的 FTP 客户端 安装 默认情况下禁用 FTPS 支持。 要使其secure应在Cargo.toml激活。 [ dependencies ] async_ftp = { version = " " , features = [ " secure " ] } 用法 use std :: str ; use std :: io :: Cursor; use async_ftp :: FtpStream; async fn async_main () -> Result <(), Box < dyn>> { // Create a connection to an FTP server and authenticate to it. let mut ftp_stream = FtpStre


【文件预览】:
rust_async_ftp-master
----.travis.yml(1KB)
----LICENSE-MIT(1KB)
----LICENSE-APACHE(11KB)
----tests()
--------Dockerfile(410B)
--------lib.rs(1KB)
--------ftp-server.sh(156B)
----src()
--------ftp.rs(23KB)
--------types.rs(3KB)
--------data_stream.rs(3KB)
--------lib.rs(2KB)
--------status.rs(2KB)
----Cargo.toml(1010B)
----examples()
--------connecting.rs(1KB)
----.gitignore(35B)
----CHANGELOG.md(2KB)
----README.md(3KB)

网友评论