SFTP Object
 
Syntax
 
SFTP.XferByteCount As Long  (read-only)
 
Description
The current transfer byte count for an ongoing upload or download. Programs doing asynchronous uploads or downloads can read this property in real time during the upload. For SyncTreeUpload and SyncTreeDownload operations, this is the real-time cumulative number of bytes for all files uploaded or downloaded.
 
See Also