Package com.enterprisedt.net.ftp
Interface FTPProgressMonitor
- All Known Subinterfaces:
FTPProgressMonitorEx
public interface FTPProgressMonitor
Allows the reporting of progress of the
transfer of data
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Method Summary
Modifier and TypeMethodDescriptionvoidbytesTransferred(long count) Report the number of bytes transferred so far.
-
Method Details
-
bytesTransferred
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
-