mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Allow FTPS/FTP; added secure param
This commit is contained in:
@@ -68,6 +68,7 @@ pub struct FileTransferParams {
|
||||
pub protocol: FileTransferProtocol,
|
||||
pub username: Option<String>,
|
||||
pub password: Option<String>,
|
||||
pub extra_flag_secure: bool,
|
||||
}
|
||||
|
||||
/// ### InputField
|
||||
|
||||
Reference in New Issue
Block a user