FTPServerOptionsUsePassiveMode Property |
Defines if FTP Passive Mode should be used
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: 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 FTPServerOptions
Dim value As Boolean
value = instance.UsePassiveMode
instance.UsePassiveMode = value
Property Value
BooleanSee Also