Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
com.enterprisedt.net.ftp.ssh |
Contains classes for SFTP (FTP via SSH) client functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
|
Modifier and Type | Field and Description |
---|---|
protected FTPProgressMonitor |
FTPClient.monitor
Progress monitor
|
protected FTPProgressMonitor |
FileTransferInputStream.monitor
Progress monitor reference
|
Modifier and Type | Method and Description |
---|---|
FTPProgressMonitor |
FTPClient.getProgressMonitor()
Get the reference to the progress monitor
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor)
Set a progress monitor for callbacks.
|
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor) |
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor,
long interval)
Set a progress monitor for callbacks.
|
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor,
long interval) |
Modifier and Type | Method and Description |
---|---|
FTPProgressMonitor |
SSHFTPClient.getProgressMonitor()
Get the reference to the progress monitor
|
Modifier and Type | Method and Description |
---|---|
void |
SSHFTPClient.setProgressMonitor(FTPProgressMonitor monitor) |
void |
SSHFTPClient.setProgressMonitor(FTPProgressMonitor monitor,
long interval) |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.