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.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property DataAddress As IPAddress
	Get
	Set
C#
public IPAddress DataAddress { get; set; }

Field Value

IP address.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also