Uses of Class
com.enterprisedt.net.ftp.async.DownloadMultipleResult
Packages that use DownloadMultipleResult
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
-
Uses of DownloadMultipleResult in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return DownloadMultipleResultModifier and TypeMethodDescriptionAsyncFileTransferClient.downloadMultipleAsync(String localDir, FileFilter filter, AsyncCallback.DownloadMultiple callback, Object tag) Downloads remote files to the supplied local directory that match the supplied wildcard from the current remote directory.AsyncFileTransferClient.downloadMultipleAsync(String localDir, String wildcard, AsyncCallback.DownloadMultiple callback, Object tag) Downloads remote files to the supplied local directory that match the supplied wildcard from the current remote directory.AsyncFileTransferClient.downloadMultipleAsync(String localDir, String remoteDir, FileFilter filter, boolean recursive, AsyncCallback.DownloadMultiple callback, Object tag) Downloads remote files to the supplied local directory that match the supplied wildcard from the current remote directory.AsyncFileTransferClient.downloadMultipleAsync(String localDir, String remoteDir, String wildcard, boolean recursive, AsyncCallback.DownloadMultiple callback, Object tag) Downloads remote files to the supplied local directory that match the supplied wildcard from the current remote directory. -
Uses of DownloadMultipleResult in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async with parameters of type DownloadMultipleResultModifier and TypeMethodDescriptionvoidAsyncCallback.DownloadMultiple.onDownloadMultiple(DownloadMultipleResult result)