Uses of Interface
com.enterprisedt.net.ftp.async.AsyncCallback.Exists
Packages that use AsyncCallback.Exists
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of AsyncCallback.Exists in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp with parameters of type AsyncCallback.ExistsModifier and TypeMethodDescriptionAsyncFileTransferClient.existsAsync(String remoteFileName, AsyncCallback.Exists callback, Object tag) Determine asynchronously if a remote file exists.