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

FTPClientControlPort Property

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

Definition

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

Property Value

Int32

Implements

IFileTransferClientControlPort

Remarks

Most FTP servers use port 21 (the default)

This property may only be set if not currently connected.

See Also