Uses of Class
com.enterprisedt.net.ftp.TransferDirection
Packages that use TransferDirection
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of TransferDirection in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as TransferDirectionModifier and TypeFieldDescriptionstatic final TransferDirectionTransferDirection.DOWNLOADRepresents downloadstatic final TransferDirectionTransferDirection.UPLOADRepresents uploadMethods in com.enterprisedt.net.ftp with parameters of type TransferDirectionModifier and TypeMethodDescriptionvoidFTPProgressMonitorEx.transferComplete(TransferDirection direction, String remoteFile) Notify that a transfer has completedvoidFTPProgressMonitorEx.transferStarted(TransferDirection direction, String remoteFile) Notify that a transfer has started