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