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