Package | Description |
---|---|
com.enterprisedt.net.ftp | |
com.enterprisedt.net.ftp.internal |
Modifier and Type | Field and Description |
---|---|
static TransferDirection |
TransferDirection.DOWNLOAD
Represents download
|
static TransferDirection |
TransferDirection.UPLOAD
Represents upload
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
EventAggregator.transferComplete(TransferDirection direction,
java.lang.String remoteFile) |
void |
EventAggregator.transferStarted(TransferDirection direction,
java.lang.String remoteFile) |