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.
This crate support the following extensions: - limits - expand path - fsync - hardlink - posix rename - copy-data
./run_tests.sh