IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Passive Property

Controls whether to direct the server into passive mode. Recommended if behind a firewall.

Syntax

[VB.NET]
Public Property Passive As Boolean

[C#]
public bool Passive {get; set;}

Remarks

This property controls whether to direct the server into passive mode. Many firewalls will not allow the FTP server to open a connection from outside to the higher ports where the FTP client component expects them. If Passive is set to TRUE, the component will use the PASV instead of the PORT command and will thus direct the server into passive mode: connections are initiated only by the client.

Default Value

True

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]