com.enterprisedt.net.ftp
Interface FTPProgressMonitor
- public interface FTPProgressMonitor
Allows the reporting of progress of the
transfer of data
- Version:
- $Revision: 1.1 $
- Author:
- Bruce Blackshaw
Method Summary |
void |
bytesTransferred(long count)
Report the number of bytes transferred so far. |
bytesTransferred
public void bytesTransferred(long count)
- Report the number of bytes transferred so far. This may
not be entirely accurate for transferring text files in ASCII
mode, as new line representations can be represented differently
on different platforms.
- Parameters:
count
- count of bytes transferred
Copyright (c) 2001-2003 Enterprise Distributed Technologies Ltd. All Rights Reserved.