FTPConnectionSynchronizePassiveConnections Property |
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: 12.3.0.0
Syntaxpublic bool SynchronizePassiveConnections { get; set; }Public Property SynchronizePassiveConnections As Boolean
Get
Set
public:
property bool SynchronizePassiveConnections {
bool get ();
void set (bool value);
}member SynchronizePassiveConnections : bool with get, set
Property Value
Type:
Boolean
See Also