Re: Get FTP status and download progress - WeOnlyDo Discussion board

Re: Get FTP status and download progress (General questions)

by woddrazen, Saturday, February 27, 2010, 20:33 (5165 days ago) @ Michael

Hi Michael,


Why don't you put Total value from Progress Even in some variable and use it like that? Progress Event Total value hold total size of file that will be transferred.

Here is example you should try inside Progress Event:
[code] If Position = Total Then
transfer_value = Total
End If[/code]
You can also use User.Tag instead transfer_value if aren't already using it for something else.

Let us know ho wit goes.


Regards,
Drazen


Complete thread: