FtpDataConnection.FtpReply Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpDataConnection.FtpReply Property

Gets or sets a string that stores the reply that has been sent from the remote FTP server.

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

Property Value

A string that stores the reply that has been sent from the remote FTP server.

See Also

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