An NDoc Documented Class Library

FTPClient.ControlPort Property

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

public int ControlPort {get; set;}

Implements

IFileTransferClient.ControlPort

Remarks

Most FTP servers use port 21 (the default)

This property may only be set if not currently connected.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace