9 releases (5 stable)

new 2.0.0 May 13, 2024
2.0.0-beta.4 Dec 7, 2023
2.0.0-beta.3 Oct 13, 2023
1.2.1 Apr 25, 2023
0.3.0 Dec 15, 2022

#941 in Network programming

Download history 1853/week @ 2024-01-25 1949/week @ 2024-02-01 1899/week @ 2024-02-08 2506/week @ 2024-02-15 1335/week @ 2024-02-22 1621/week @ 2024-02-29 2358/week @ 2024-03-07 1823/week @ 2024-03-14 1400/week @ 2024-03-21 2291/week @ 2024-03-28 2811/week @ 2024-04-04 2923/week @ 2024-04-11 2163/week @ 2024-04-18 1668/week @ 2024-04-25 2077/week @ 2024-05-02 2355/week @ 2024-05-09

8,767 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

125KB
3.5K SLoC

Russh SFTP

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.

Examples

What's ready?

  • Basic packets
  • Extended packets
  • Simplification for file attributes
  • Client side
  • Client example
  • Server side
  • Simple server example
  • Extension support: limits@openssh.com, fsync@openssh.com, statvfs@openssh.com
  • Full server example
  • Unit tests
  • Workflow

Some words

Thanks to @Eugeny (author of the Russh) for his prompt help and finalization of Russh API

Dependencies

~5–12MB
~118K SLoC