Package org.apache.commons.net.ftp
Interface FTPFileFilter
public interface FTPFileFilter
Performs filtering on 
FTPFile instances.- Since:
- 2.2
- 
Method Summary
- 
Method Details- 
acceptChecks if an FTPFile entry should be included or not.- Parameters:
- file- entry to be checked for inclusion. May be- null.
- Returns:
- trueif the file is to be included,- falseotherwise.
 
 
-