FTPServerOptionsUsePassiveMode Property |
Defines if FTP Passive Mode should be used
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic 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
Boolean
See Also