openssh-sftp-protocol 0.24.1

Data format used to communicate with openssh mux server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# openssh-sftp-protocol

[![Rust](https://github.com/openssh-rust/openssh-sftp-protocol/actions/workflows/rust.yml/badge.svg)](https://github.com/openssh-rust/openssh-sftp-protocol/actions/workflows/rust.yml)

[![crate.io downloads](https://img.shields.io/crates/d/openssh-sftp-protocol)](https://crates.io/crates/openssh-sftp-protocol)

[![crate.io version](https://img.shields.io/crates/v/openssh-sftp-protocol)](https://crates.io/crates/openssh-sftp-protocol)

[![docs](https://docs.rs/openssh-sftp-protocol/badge.svg)](https://docs.rs/openssh-sftp-protocol)

This crates implements [SFTP protocol v3](https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt).