edtFTPj

com.enterprisedt.net.ftp
Interface FTPProgressMonitor

All Known Implementing Classes:
TestTransfer.TestProgressMonitor

public interface FTPProgressMonitor

Allows the reporting of progress of the transfer of data

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Method Summary
 void bytesTransferred(long count)
          Report the number of bytes transferred so far.
 

Method Detail

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

edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.