1 unstable release
0.1.0 | Oct 18, 2022 |
---|
#7 in #sftp-client
172 downloads per month
Used in 5 crates
(2 directly)
4KB
openssh-sftp-client
openssh-sftp-client, implements sftp v3 accodring to
openssh-portable/sftp-client.c
in rust using tokio
and serde
.
It exposes highlevel async
APIs that models closely after std::fs
that are
easy to use.
Extensions
This crate support the following extensions:
- limits
- expand path
- fsync
- hardlink
- posix rename
- copy-data
How to run tests
./run_tests.sh
Dependencies
~0.5–1MB
~23K SLoC