FTPServerInputControlUsePassiveMode Property |
Defines if the connection should use the FTP passive-mode.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool UsePassiveMode { get; set; }
Public Property UsePassiveMode As Boolean
Get
Set
Dim instance As FTPServerInputControl
Dim value As Boolean
value = instance.UsePassiveMode
instance.UsePassiveMode = value
Property Value
BooleanSee Also