Uses of Class
com.glub.secureftp.bean.RemoteFileList

Uses of RemoteFileList in com.glub.secureftp.bean
 

Methods in com.glub.secureftp.bean that return RemoteFileList
 RemoteFileList FTP.list()
          List the current remote directory.
 RemoteFileList FTP.list(FTPAbortableTransfer abort)
          List the current remote directory with the ability to abort the listing.
 RemoteFileList FTP.list(RemoteFile file)
          List items on the remote FTP server.
 RemoteFileList FTP.list(RemoteFile file, FTPAbortableTransfer abort, boolean showHidden)
          List items on the remote FTP server with the ability to abort the listing.
 RemoteFileList FTP.list(String itemsToList)
          List items on the remote FTP server.
 RemoteFileList FTP.list(String itemsToList, FTPAbortableTransfer abort, boolean showHidden)
          List items on the remote FTP server with the ability to abort the listing.
 RemoteFileList FTP.listAll()
          List the current remote directory, including hidden files.
 RemoteFileList FTP.listAll(FTPAbortableTransfer abort)
          List the current remote directory including hidden files with the ability to abort the listing.
 



Copyright © 2000-08 Glub Tech, Inc. All Rights Reserved.