For cases where your 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. For more details, please read the forum post http://www.enterprisedt.com/forums/viewtopic.php?t=2559 The default value for SynchronizePassiveConnections is false.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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