mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: FTP - disable unavailable option
This commit is contained in:
parent
84f1a960b1
commit
4ae5fc08b2
1 changed files with 1 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ begin
|
|||
SendDlgMsg(pDlg, 'chkShowHidden', DM_SETCHECK, 0, 0);
|
||||
SendDlgMsg(pDlg, 'chkPassiveMode', DM_SETCHECK, 0, 0);
|
||||
SendDlgMsg(pDlg, 'chkKeepAliveTransfer', DM_SETCHECK, 0, 0);
|
||||
SendDlgMsg(pDlg, 'chkCopySCP', DM_ENABLE, PtrInt(not gConnection.OnlySCP), 0);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
@ -368,7 +369,6 @@ begin
|
|||
gConnection.FullSSL:= False;
|
||||
gConnection.AutoTLS:= False;
|
||||
gConnection.OnlySCP:= (Data = 3);
|
||||
SendDlgMsg(pDlg, 'chkCopySCP', DM_ENABLE, PtrInt(Data <> 3), 0);
|
||||
SendDlgMsg(pDlg, 'chkCopySCP', DM_SETCHECK, PtrInt(Data = 3), 0);
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue