com.mindbright.ssh2
Interface SSH2SFTP.AsyncListener

All Known Implementing Classes:
SSH2SFTPTransfer, SSH2SimpleSFTPShell.ProgressBar
Enclosing interface:
SSH2SFTP

public static interface SSH2SFTP.AsyncListener

An interface implemented by FTP controllers which want progress reports.


Method Summary
 void progress(long size)
          Gets called periodically during the file transfer.
 

Method Detail

progress

public void progress(long size)
Gets called periodically during the file transfer.

Parameters:
size - How many bytes have been transferred so far