Expand description

openssh sftp client, implements sftp v3 accodring to openssh-portable/sftp-client.c.

Extensions

This crate support the following extensions:

  • limits
  • expand path
  • fsync
  • hardlink
  • posix rename

Modules

Changelog for this crate.

Highlevle API of sftp client

This crate provides a set of APIs to access the remote filesystem using the sftp protocol and is implemented in pure Rust.

Enums

Error returned by crate::lowlevel and crate::highlevel.

Traits

trait for Writer that can be used as output for sftp client.