wwSFtpClient::OnFtpBufferUpdate

OnFtpBufferUpdate

Function: Event that fires whenever the buffer is updated by downloadfile or uploadfile. Pass: Return: lcMode: upload download

o.OnFtpBufferUpdate(lnPercentComplete, lnDownloadedBytes, lcRemotePath, lcMode)

Parameters

lnPercentComplete
The percentage complete for the upload in progress. Value is an Integer between 0-100.

lnDownloadedBytes Number of bytes that have been downloaded or uploaded so far.

lcRemotePath
The remote path of the file processing

lcMode
Current process mode:

  • download
  • upload

See also:

Class wwSFtpClient

© West Wind Technologies, 1996-2024 • Updated: 05/26/24
Comment or report problem with topic