4 releases (2 breaking)
0.3.0 | Oct 23, 2022 |
---|---|
0.2.1 | Sep 21, 2022 |
0.2.0 | Sep 20, 2022 |
0.1.0 | Jul 9, 2022 |
#2315 in Network programming
174 downloads per month
Used in 3 crates
(2 directly)
10KB
105 lines
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
~2.3–7MB
~107K SLoC