| 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.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public 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
Type:
IPAddressSee Also