fileTransferInfo element

Type: fileTransferInfo
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <fileTransferInfo> <sourceHost>...</sourceHost> <percentageCompleted>...</percentageCompleted> <absoluteFilename>...</absoluteFilename> <totalBytes>...</totalBytes> <targetProtocol>...</targetProtocol> <startTime>...</startTime> <destinationHost>...</destinationHost> <elapsedTimeFormatted>...</elapsedTimeFormatted> <bytesPerSecondFormatted>...</bytesPerSecondFormatted> <remainingTimeFormatted>...</remainingTimeFormatted> <transferredBytes>...</transferredBytes> <totalBytesFormatted>...</totalBytesFormatted> <kilobytesPerSecond>...</kilobytesPerSecond> <filename>...</filename> <transferredBytesFormatted>...</transferredBytesFormatted> <sourceProtocol>...</sourceProtocol> </fileTransferInfo>

Example JSON

{ "sourceHost" : "...", "percentageCompleted" : ..., "absoluteFilename" : "...", "totalBytes" : ..., "targetProtocol" : "...", "startTime" : ..., "destinationHost" : "...", "elapsedTimeFormatted" : "...", "bytesPerSecondFormatted" : "...", "remainingTimeFormatted" : "...", "transferredBytes" : ..., "totalBytesFormatted" : "...", "kilobytesPerSecond" : ..., "filename" : "...", "transferredBytesFormatted" : "...", "sourceProtocol" : "..." }