Package org.apache.nutch.protocol.ftp
package org.apache.nutch.protocol.ftp
Protocol plugin which supports retrieving documents via the ftp protocol.
-
ClassDescriptionClient.java encapsulates functionalities necessary for nutch to get dir list and retrieve file from an FTP server.This class is a protocol plugin used for ftp: scheme.Thrown for Ftp error codes.Superclass for important exceptions thrown during FTP talk, that must be handled with care.Exception indicating bad reply of SYST command.Exception indicating failure of opening data connection.Exception indicating control channel is closed by server end, due to forced closure of data channel at client (our) end.Exception indicating unrecognizable reply from server after forced closure of data channel by client (our) side.FtpResponse.java mimics ftp replies as http response.This class is used for parsing robots for urls belonging to FTP protocol.This is a support class for logging all ftp command/reply traffic.