_UploadProgress event problem

drmover

Member
Licensed User
Longtime User
Hello,

I am using the FTP library (version 1.01) which is working very nice except for one issue:

While using the event _UploadProgress (ServerPath As String, TotalUploaded As Long, Total As Long) the Total variable keep coming as -1.

Any idea what am I doing wrong?

Thank you for your help,
Elad.
 
Top