Ftp.DataPortRange Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DataPortRange
Gets or sets the local TCP port range used for data transfers. This is usually only useful for active mode (see Passive), not in passive mode, where only the port range specified at the server is usually important. In passive mode, only set this property if you know precisely what you are doing, because setting it to a range that is too small or corresponds to the server range might often lead to inability to transfer many files.
Declaration
public PortRange DataPortRange { get; set; }
Property Value
Type | Description |
---|---|
PortRange | The port range. |