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§
- SshOr
Sftp Error - Error enum containing either an
SshErrororSftpError.