Re: Get FTP status and download progress (General questions)
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:
- Get FTP status and download progress - Michael, 2010-02-27, 17:22
- Re: Get FTP status and download progress - woddrazen, 2010-02-27, 20:33
- Re: Get FTP status and download progress - Michael, 2010-02-28, 07:14
- Re: Get FTP status and download progress - woddrazen, 2010-02-28, 13:09
- Re: Get FTP status and download progress - Michael, 2010-02-28, 18:49
- Re: Get FTP status and download progress - woddrazen, 2010-02-28, 13:09
- Re: Get FTP status and download progress - Michael, 2010-02-28, 07:14
- Re: Get FTP status and download progress - woddrazen, 2010-02-27, 20:33