Module sftp

Module sftp 

Source
Available on crate feature sftp only.
Expand description

SFTP support for the async_ssh2_russh crate.

Re-exports§

pub use russh_sftp::client::error::Error as SftpError;

Enums§

SshOrSftpError
Error enum containing either an SshError or SftpError.