SFTP Object
 
Syntax
 
SFTP.AccumulateBuffer As Variant  (read-only)
 
Description
Contains the bytes downloaded from a remote file via the AccumulateBytes method call. Each call to AccumulateBytes appends to this buffer. To clear this buffer, call the ClearAccumulateBuffer method.
 
See Also