Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpReply Class
Properties Methods


In This Topic
    FtpReply Class Members
    In This Topic

    The following tables list the members exposed by FtpReply.

    Public Properties
     NameDescription
    Public PropertyGets the lines returned by the FTP server as a reply to a command.  
    Public PropertyGets the text following the last line of the full text returned by the FTP server without the reply code.  
    Public PropertyGets the reply code returned by the FTP server.  
    Public PropertyGets a value representing the type of reply received from the FTP server.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string representing the reply received from the FTP server.  
    Top
    See Also