Uses of Class
com.enterprisedt.net.ftp.async.ChangeDirectoryResult
Packages that use ChangeDirectoryResult
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 ChangeDirectoryResult in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return ChangeDirectoryResultModifier and TypeMethodDescriptionAsyncFileTransferClient.changeDirectoryAsync(String directoryName, AsyncCallback.ChangeDirectory callback, Object tag) Change directory on the FTP server asynchronously.AsyncFileTransferClient.changeToParentDirectoryAsync(AsyncCallback.ChangeDirectory callback, Object tag) Change directory on the FTP server asynchronously. -
Uses of ChangeDirectoryResult in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async with parameters of type ChangeDirectoryResultModifier and TypeMethodDescriptionvoidAsyncCallback.ChangeDirectory.onChangeDirectory(ChangeDirectoryResult result)