Package | Description |
---|---|
org.apache.nutch.protocol.ftp |
Protocol plugin which supports retrieving documents via the ftp protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.retrieveFile(java.lang.String path,
java.io.OutputStream os,
int limit)
Retrieve a file for path
|
void |
Client.retrieveList(java.lang.String path,
java.util.List<org.apache.commons.net.ftp.FTPFile> entries,
int limit,
org.apache.commons.net.ftp.FTPFileEntryParser parser)
Retrieve a list reply for path
|
Copyright © 2019 The Apache Software Foundation