Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
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
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.