2 releases
| 0.1.1 | Nov 6, 2024 |
|---|---|
| 0.1.0 | Oct 18, 2022 |
#13 in #multiplex
38,323 downloads per month
Used in 18 crates
(2 directly)
5KB
openssh-sftp-client
openssh-sftp-client, implements sftp v3 according 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
For macOS, please install latest rsync from homebrew.
./run_tests.sh
Dependencies
~0.4–1MB
~23K SLoC