Class FTPConnectionManager

    • Constructor Detail

      • FTPConnectionManager

        public FTPConnectionManager​(String ftpUserName,
                                    String ftpUserPassword,
                                    String ftpServerName,
                                    int ftpServerPort,
                                    int ftpRetries,
                                    int ftpDataTimeout)
    • Method Detail

      • getFtpErrorMessage

        public String getFtpErrorMessage()
        Get the reply code and string from the ftp client.
        Returns:
        A string with the FTP servers last reply code and message.
      • getFTPClient

        public org.apache.commons.net.ftp.FTPClient getFTPClient()
      • getFtpServer

        public String getFtpServer()