7 releases (4 stable)

2.0.0-beta.4 Dec 7, 2023
2.0.0-beta.3 Oct 13, 2023
2.0.0-beta.2 Sep 16, 2023
1.2.1 Apr 25, 2023
0.1.0 Dec 9, 2022

#851 in HTTP server

Download history 1283/week @ 2024-01-05 1708/week @ 2024-01-12 1835/week @ 2024-01-19 1633/week @ 2024-01-26 2176/week @ 2024-02-02 2072/week @ 2024-02-09 2147/week @ 2024-02-16 1263/week @ 2024-02-23 1946/week @ 2024-03-01 2150/week @ 2024-03-08 1641/week @ 2024-03-15 1722/week @ 2024-03-22 2625/week @ 2024-03-29 2339/week @ 2024-04-05 2990/week @ 2024-04-12 1767/week @ 2024-04-19

10,180 downloads per month
Used in russh

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

~3.5–5.5MB
~97K SLoC