Uses of Class
org.apache.nutch.protocol.ftp.FtpExceptionCanNotHaveDataConnection
-
Packages that use FtpExceptionCanNotHaveDataConnection Package Description org.apache.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. -
-
Uses of FtpExceptionCanNotHaveDataConnection in org.apache.nutch.protocol.ftp
Methods in org.apache.nutch.protocol.ftp that throw FtpExceptionCanNotHaveDataConnection Modifier and Type Method Description protected Socket
Client. __openPassiveDataConnection(int command, String arg)
Open a passive data connection socketvoid
Client. retrieveFile(String path, OutputStream os, int limit)
retrieve file for pathvoid
Client. retrieveList(String path, List<org.apache.commons.net.ftp.FTPFile> entries, int limit, org.apache.commons.net.ftp.FTPFileEntryParser parser)
Retrieve list reply for path
-