Crates.io | russh-sftp |
lib.rs | russh-sftp |
version | 2.0.6 |
source | src |
created_at | 2022-12-09 11:29:30.412749 |
updated_at | 2024-11-05 22:07:02.981293 |
description | SFTP subsystem supported server and client for Russh |
homepage | |
repository | https://github.com/AspectUnk/russh-sftp |
max_upload_size | |
id | 733184 |
size | 209,563 |
SFTP subsystem supported server and client for Russh and more!
Crate can provide compatibility with anything that can provide the raw data stream in and out of the subsystem channel.
Implemented according to version 3 specifications (most popular).
The main idea of the project is to provide an implementation for interacting with the protocol at any level.
limits@openssh.com
, hardlink@openssh.com
, fsync@openssh.com
, statvfs@openssh.com
Thanks to @Eugeny (author of the Russh) for his prompt help and finalization of Russh API