Uses of Interface
com.enterprisedt.net.ftp.async.AsyncCallback.CreateDirectory
Packages that use AsyncCallback.CreateDirectory
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of AsyncCallback.CreateDirectory in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp with parameters of type AsyncCallback.CreateDirectoryModifier and TypeMethodDescriptionAsyncFileTransferClient.createDirectoryAsync(String directoryName, AsyncCallback.CreateDirectory callback, Object tag) Change directory on the FTP server asynchronously.