|
@@ -556,7 +556,7 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
|
|
382)
|
|
382)
|
|
object SFTPBugsGroupBox: TGroupBox
|
|
object SFTPBugsGroupBox: TGroupBox
|
|
Left = 0
|
|
Left = 0
|
|
- Top = 108
|
|
|
|
|
|
+ Top = 130
|
|
Width = 393
|
|
Width = 393
|
|
Height = 70
|
|
Height = 70
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
@@ -604,13 +604,13 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
|
|
Left = 0
|
|
Left = 0
|
|
Top = 6
|
|
Top = 6
|
|
Width = 393
|
|
Width = 393
|
|
- Height = 96
|
|
|
|
|
|
+ Height = 118
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Protocol options'
|
|
Caption = 'Protocol options'
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
DesignSize = (
|
|
393
|
|
393
|
|
- 96)
|
|
|
|
|
|
+ 118)
|
|
object Label34: TLabel
|
|
object Label34: TLabel
|
|
Left = 12
|
|
Left = 12
|
|
Top = 44
|
|
Top = 44
|
|
@@ -627,6 +627,14 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
|
|
Caption = 'SFTP ser&ver:'
|
|
Caption = 'SFTP ser&ver:'
|
|
FocusControl = SftpServerEdit
|
|
FocusControl = SftpServerEdit
|
|
end
|
|
end
|
|
|
|
+ object Label5: TLabel
|
|
|
|
+ Left = 12
|
|
|
|
+ Top = 68
|
|
|
|
+ Width = 157
|
|
|
|
+ Height = 13
|
|
|
|
+ Caption = '&Canonicalize paths on the server'
|
|
|
|
+ FocusControl = SFTPRealPathCombo
|
|
|
|
+ end
|
|
object SFTPMaxVersionCombo: TComboBox
|
|
object SFTPMaxVersionCombo: TComboBox
|
|
Left = 320
|
|
Left = 320
|
|
Top = 39
|
|
Top = 39
|
|
@@ -662,14 +670,23 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
|
|
end
|
|
end
|
|
object AllowScpFallbackCheck: TCheckBox
|
|
object AllowScpFallbackCheck: TCheckBox
|
|
Left = 12
|
|
Left = 12
|
|
- Top = 68
|
|
|
|
|
|
+ Top = 90
|
|
Width = 369
|
|
Width = 369
|
|
Height = 17
|
|
Height = 17
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Allow SCP &fallback'
|
|
Caption = 'Allow SCP &fallback'
|
|
- TabOrder = 2
|
|
|
|
|
|
+ TabOrder = 3
|
|
OnClick = DataChange
|
|
OnClick = DataChange
|
|
end
|
|
end
|
|
|
|
+ object SFTPRealPathCombo: TComboBox
|
|
|
|
+ Left = 320
|
|
|
|
+ Top = 63
|
|
|
|
+ Width = 61
|
|
|
|
+ Height = 21
|
|
|
|
+ Style = csDropDownList
|
|
|
|
+ Anchors = [akTop, akRight]
|
|
|
|
+ TabOrder = 2
|
|
|
|
+ end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object ScpSheet: TTabSheet
|
|
object ScpSheet: TTabSheet
|