com.mindbright.ssh2
public static final class SSH2SimpleSFTPShell.ProgressBar extends java.lang.Object implements SSH2SFTP.AsyncListener
Constructor and Description |
---|
SSH2SimpleSFTPShell.ProgressBar(LineReaderTerminal linereader) |
public SSH2SimpleSFTPShell.ProgressBar(LineReaderTerminal linereader)
public void start(long totalSize)
public void progress(long size)
SSH2SFTP.AsyncListener
progress
in interface SSH2SFTP.AsyncListener
size
- How many bytes have been transferred since the
last call to this function.