ComponentSpace FTP Class Library Reference

FtpClient.FtpCommandConnection Property

Gets the FtpCommandConnection object that represents the FTP command connection.

[Visual Basic]
Public ReadOnly Property FtpCommandConnection As FtpCommandConnection
[C#]
public FtpCommandConnection FtpCommandConnection {get;}

Property Value

The FtpCommandConnection object that represents the FTP command connection.

Remarks

Normally you don't need to access the FTP command connection directly and you should avoid doing so unless absolutely necessary (eg. to implement a non-standard login sequence to support certain firewalls).

See Also

FtpClient Class | ComponentSpace.Ftp Namespace