Click or drag to resize

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; }

Property Value

Type: IPAddress
See Also