edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionServerPort Property

The port on the server to which to connect the control-channel.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual int ServerPort { get; set; }

Property Value

Type: Int32
Remarks

Most FTP servers use port 21 (the default)

This property may only be set if not currently connected.

See Also