| |
|
| java.lang.Object com.enterprisedt.net.ftp.FileStatistics
FileStatistics | public class FileStatistics (Code) | | Statistics on transfers and deletes. This will be continually
updated by the client.
author: Bruce Blackshaw version: $Revision: 1.1 $ |
FileStatistics | FileStatistics(FTPClientInterface client)(Code) | | Constructor
Parameters: downloadCount - Parameters: uploadCount - Parameters: deleteCount - |
clear | public void clear()(Code) | | Reset the statistics back to zero
|
getDeleteCount | public int getDeleteCount()(Code) | | Get the number of files deleted since the count was
reset
deleted file count |
getDownloadCount | public int getDownloadCount()(Code) | | Get the number of files downloaded since the count was
reset
download file count |
getUploadCount | public int getUploadCount()(Code) | | Get the number of files uploaded since the count was
reset
upload file count |
|
|
|