public interface FileTransferInfo
Modifier and Type | Method and Description |
---|---|
long |
bytesPerSecond()
Returns the number of bytes transferred per second.
|
java.lang.String |
getAbsoluteFilename()
Returns the absolute filename of the file being transferred.
|
java.lang.String |
getDestinationHost()
Returns the host name of the destination host.
|
java.lang.String |
getFilename()
Returns the filename of the file being transferred.
|
int |
getPercentageCompleted()
Returns the estimated progress of the file transfer, expressed as a
percentage.
|
java.lang.String |
getSourceHost()
Returns the host name of the source of the file transfer.
|
java.lang.String |
getSourceProtocol()
Returns the file transfer protocol used to copy the file from the source
host.
|
long |
getStartTime()
Returns the time this file transfer began.
|
java.lang.String |
getTargetProtocol()
Returns the file transfer protocol used to copy the file to the target
host.
|
long |
getTotalBytes()
Returns the total size of the file being transferred, in bytes.
|
long |
getTransferredBytes()
Returns the bytes transferred successfully of the current file being
transferred.
|
long bytesPerSecond()
java.lang.String getAbsoluteFilename()
java.lang.String getDestinationHost()
java.lang.String getFilename()
int getPercentageCompleted()
java.lang.String getSourceHost()
java.lang.String getSourceProtocol()
long getStartTime()
java.lang.String getTargetProtocol()
long getTotalBytes()
long getTransferredBytes()
© 2000-2025 Flux Corporation. All rights reserved.