FtpClient.FtpCommand Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.FtpCommand Property

Gets or sets a property that can be used to store the received FTP command.

[Visual Basic]Private Property FtpCommand As String
[C#]
private string FtpCommand {get; set;}

Property Value

A string that can be used to store the received FTP command.

See Also

FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace