mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on Host
This commit is contained in:
@@ -45,7 +45,14 @@ pub enum FileTransferProtocol {
|
||||
|
||||
#[derive(PartialEq, Clone)]
|
||||
pub enum FileTransferError {
|
||||
|
||||
ConnectionError,
|
||||
BadAddress,
|
||||
AuthenticationFailed,
|
||||
NoSuchFileOrDirectory,
|
||||
DirStatFailed,
|
||||
FileReadonly,
|
||||
DownloadError,
|
||||
UnknownError,
|
||||
}
|
||||
|
||||
/// ## FileTransfer
|
||||
|
||||
Reference in New Issue
Block a user