Docs.rs
openssh-sftp-client-0.15.2
openssh-sftp-client 0.15.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jonhoo
NobodyXu
silver-ymz
Dependencies
bytes ^1.2.1
normal
derive_destructure2 ^0.1.0
normal
futures-core ^0.3.28
normal
once_cell ^1.9.0
normal
openssh ^0.11.0
normal
optional
openssh-sftp-client-lowlevel ^0.7.1
normal
openssh-sftp-error ^0.5.1
normal
pin-project ^1.0.10
normal
scopeguard ^1.1.0
normal
tokio ^1.11.0
normal
tokio-io-utility ^0.7.4
normal
tokio-util ^0.7.8
normal
tracing ^0.1.37
normal
optional
futures-util ^0.3.28
dev
openssh ^0.11.0
dev
pretty_assertions ^1.1.0
dev
tempfile ^3.1.0
dev
tokio ^1.11.0
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
openssh_
sftp_
client
0.15.2
Module fs
Module Items
Structs
In crate openssh_
sftp_
client
openssh_sftp_client
Module
fs
Copy item path
Source
Expand description
Module contains types for manipulating directories.
Structs
ยง
Dir
Remote Directory
DirBuilder
Builder for new directory to create.
DirEntry
Entries returned by the
ReadDir
.
Fs
A struct used to perform operations on remote filesystem.
ReadDir
Reads the the entries in a directory.