edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

PortRangeLowPort Property

Lowest port number in range.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int LowPort { get; set; }

Property Value

Int32

Remarks

The default value is 1024. If it is left at this value and HighPort is left at 5000 then the OS will select the port. If it is set to anything other than 1024 then ports will be selected sequentially, increasing by one until the higher limit is reached and then wrapping around to the lower limit.

See Also