Crates.io | openssh-sftp-client |
lib.rs | openssh-sftp-client |
version | 0.15.2 |
source | src |
created_at | 2021-12-30 06:59:45.923371 |
updated_at | 2024-11-06 05:42:21.352605 |
description | Highlevel API used to communicate with openssh sftp server. |
homepage | |
repository | https://github.com/openssh-rust/openssh-sftp-client |
max_upload_size | |
id | 505212 |
size | 214,214 |
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:
For macOS, please install latest rsync from homebrew.
./run_tests.sh