Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getReplyString (0.13 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java

            final int replyCode = client.getReplyCode();
            if (replyCode >= 200 && replyCode < 300) {
                return;
            }
            throw new CrawlingAccessException("Failed FTP request: " + client.getReplyString().trim());
        }
    
        protected String geCharSet(final File file) {
            return charset;
        }
    
        public String getCharset() {
            return charset;
        }
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Oct 12 01:41:37 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top