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.
This crate support the following extensions:
- limits
- expand path
- fsync
- hardlink
- posix rename
- copy-data
For macOS, please install latest rsync from homebrew.
./run_tests.sh