edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
For cases where the FTP server does not properly manage PASV connections, it may be necessary to synchronize the creation of passive data sockets. It has been reported that some FTP servers (such as those at Akamai) appear to get confused when multiple FTP clients from the same IP address attempt to connect at the same time (the server sends the same port number to multiple clients).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool SynchronizePassiveConnections { get; set; }
Visual Basic
Public Property SynchronizePassiveConnections As Boolean
	Get
	Set
Visual C++
public:
property bool SynchronizePassiveConnections {
	bool get ();
	void set (bool value);
}

See Also