Uses of Interface
com.enterprisedt.net.ftp.async.AsyncCallback.DeleteMultipleFiles
Packages that use AsyncCallback.DeleteMultipleFiles
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of AsyncCallback.DeleteMultipleFiles in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp with parameters of type AsyncCallback.DeleteMultipleFilesModifier and TypeMethodDescriptionAsyncFileTransferClient.deleteMultipleFilesAsync(FileFilter filter, AsyncCallback.DeleteMultipleFiles callback, Object tag) Deletes remote files in the current directory that match the supplied wildcardAsyncFileTransferClient.deleteMultipleFilesAsync(String wildcard, AsyncCallback.DeleteMultipleFiles callback, Object tag) Deletes remote files in the current directory that match the supplied wildcardAsyncFileTransferClient.deleteMultipleFilesAsync(String remoteDirectory, FileFilter filter, boolean recursive, AsyncCallback.DeleteMultipleFiles callback, Object tag) Deletes remote files that match the supplied wildcard in the supplied remote directory asynchronously.AsyncFileTransferClient.deleteMultipleFilesAsync(String remoteDirectory, String wildcard, boolean recursive, AsyncCallback.DeleteMultipleFiles callback, Object tag) Deletes remote files that match the supplied wildcard in the supplied remote directory asynchronously.