public static interface FTP.ProgressInformation
FTP.progressInfo
Modifier and Type | Method and Description |
---|---|
void |
reportSize(int size)
Called to report the size of the file that will be transferred.
|
void |
transfering(int current)
Called to inform how many bytes were transfered.
|