17 unstable releases (3 breaking)
0.14.0 | Aug 23, 2023 |
---|---|
0.13.6 | Jun 6, 2023 |
0.12.2 | Oct 31, 2022 |
0.11.1 |
|
0.1.0 |
|
#1783 in Asynchronous
7,215 downloads per month
Used in 4 crates
215KB
4K
SLoC
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
~4–15MB
~191K SLoC