Ftp.DataAddress Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DataAddress
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 IPAddress.None which means that the address of the listening interface is used instead. This has no effect for passive mode transfers.
Declaration
public IPAddress DataAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress | IP address. |