 | FtpActiveModeAddress Property |
Gets or sets the IP address announced to the FTP server when establishing an
Active mode data transfer.
Don't set this unless needed.
By default, the value of this property is
None which means that the address of the network interface is used instead.
This has no effect for passive mode transfers.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic IPAddress ActiveModeAddress { get; set; }Public Property ActiveModeAddress As IPAddress
Get
Set
public:
property IPAddress^ ActiveModeAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}member ActiveModeAddress : IPAddress with get, set
Property Value
IPAddress
See Also