Allow FTPS/FTP; added secure param

This commit is contained in:
ChristianVisintin
2020-12-01 16:41:15 +01:00
parent c19416abdd
commit ca797558d7
4 changed files with 35 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ pub struct FileTransferParams {
pub protocol: FileTransferProtocol,
pub username: Option<String>,
pub password: Option<String>,
pub extra_flag_secure: bool,
}
/// ### InputField