|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferDirection | |
---|---|
com.enterprisedt.net.ftp | 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 TransferDirection | |
---|---|
static TransferDirection |
TransferDirection.DOWNLOAD
Represents download |
static TransferDirection |
TransferDirection.UPLOAD
Represents upload |
Methods in com.enterprisedt.net.ftp with parameters of type TransferDirection | |
---|---|
void |
FTPProgressMonitorEx.transferComplete(TransferDirection direction,
java.lang.String remoteFile)
Notify that a transfer has completed |
void |
FTPProgressMonitorEx.transferStarted(TransferDirection direction,
java.lang.String remoteFile)
Notify that a transfer has started |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |