Interface FTPResponse

    • Method Detail

      • getReplyCode

        int getReplyCode()
        Returns the reply code of the FTP response.
        Returns:
        The integer value of the reply code of the FTP response.
      • getReplyString

        String getReplyString()
        Returns the entire text from the FTP response.
        Returns:
        The entire text from the FTP response.