JimM
This follows on from a post I read in the pre-sales forum..
I would like to monitor progress of fxp transfers by the suggested route of monitoring the destination file size periodically (this being the only way to do it?).
When I start the FXPFile method, then it blocks till completed, so I have put that into a background worker thread (I'm using c# vs2008).
If I want to monitor progress, would I then start a new connection to the destination ftp server in my main thread and send a destination file size request via the GetFileSize method?
How would I then get the result as it's going to take some time? Do I have to check the .LastFileSize periodically, or is there an event I can look for?
Apologies if these are basic questions!
Jim
I would like to monitor progress of fxp transfers by the suggested route of monitoring the destination file size periodically (this being the only way to do it?).
When I start the FXPFile method, then it blocks till completed, so I have put that into a background worker thread (I'm using c# vs2008).
If I want to monitor progress, would I then start a new connection to the destination ftp server in my main thread and send a destination file size request via the GetFileSize method?
How would I then get the result as it's going to take some time? Do I have to check the .LastFileSize periodically, or is there an event I can look for?
Apologies if these are basic questions!
Jim