mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FTP - save connection with implicit FTPS (fixes #2717)
(cherry picked from commit ec27554fad)
This commit is contained in:
parent
9da0ff587f
commit
231a73fe2c
1 changed files with 0 additions and 1 deletions
|
|
@ -442,7 +442,6 @@ begin
|
|||
end;
|
||||
gConnection.Host:= ExtractConnectionHost(Text);
|
||||
gConnection.Port:= ExtractConnectionPort(Text);
|
||||
gConnection.FullSSL:= ExtractConnectionProt(Text) = 'ftps';
|
||||
Data:= SendDlgMsg(pDlg, 'edtUserName', DM_GETTEXT, 0, 0);
|
||||
Text:= PAnsiChar(Data);
|
||||
gConnection.UserName:= Text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue