Resource statistics data: FTP

Learn about the data that is returned for the FTP resource type when you activate resource statistics collection.

You can view these statistics in the web user interface, or you can write a program that subscribes to a publication (single XML message) that returns this data. For an example of the publication message, see Example XML output.

A summary is displayed of file transfers that occur in the execution and a list for each server used.

Measurements Description
Protocol The protocol used: either FTP, FTPS, or SFTP
FTPGets The number of transfers from a remote server to the file system of the integration node
BytesReceived The number of bytes transferred from a remote server to the file system of the integration node
FTPPuts The number of transfers from the file system of the integration node to a remote server
BytesSent The number of bytes transferred from the file system of the integration node to a remote server
Note: The FTPPuts counter can increase in two cases: either when a new file is transferred, or when an append is made to an existing file.