Skip to content

SFTP subsystem supported server and client for Russh

License

Notifications You must be signed in to change notification settings

whamcloud/russh-sftp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Full server example
  • Unit tests
  • Workflow

Some words

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

About

SFTP subsystem supported server and client for Russh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%