Uses of Interface
com.enterprisedt.net.ftp.FTPProgressMonitorEx

Packages that use FTPProgressMonitorEx
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. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Uses of FTPProgressMonitorEx in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPProgressMonitorEx
protected  FTPProgressMonitorEx FTPClient.monitorEx
          File transfer listener
 

Methods in com.enterprisedt.net.ftp that return FTPProgressMonitorEx
 FTPProgressMonitorEx FTPClient.getProgressMonitorEx()
          Get reference to the transfer listener
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPProgressMonitorEx
 void FTPOutputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The output stream uses the progress monitor currently owned by the FTP client.
 void FTPInputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The input stream uses the progress monitor currently owned by the FTP client.
 void FTPClient.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
          Set reference to the transfer listener
 

Uses of FTPProgressMonitorEx in com.enterprisedt.net.ftp.ssh
 

Methods in com.enterprisedt.net.ftp.ssh with parameters of type FTPProgressMonitorEx
 void SSHFTPOutputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The output stream uses the progress monitor currently owned by the SSHFTPClient.
 void SSHFTPInputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The input stream uses the progress monitor currently owned by the SSHFTPClient.
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.