Home | History | Annotate | Download | only in ftp

Lines Matching refs:FtpDirEntry

51  * Iterator<FtpDirEntry> dir = cl.listFiles();
53 * FtpDirEntry f = dir.next();
776 * {@link java.net.FtpDirEntry}. Note that the Iterator returned is also a
794 public abstract Iterator<FtpDirEntry> listFiles(String path) throws FtpProtocolException, IOException;