An NDoc Documented Class Library

FTPClient.SynchronizePassiveConnections Property

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.

public bool SynchronizePassiveConnections {get; set;}

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace