FtpClient.FtpReply Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.FtpReply Property

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

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

Property Value

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

See Also

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