HI, I tried to synchronize all the files from the server using a loop for downloading all the files and directories but I'm getting:
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in mscorlib.dll
the thread is getting getting exit.
I got a list from server then I tried to download the whole list one by one. but it's not working because of this exception. Is there any solution to do it? I want to keep it synchronizing after a fixed interval of time.
And I want to download files with 250 MB maximum size. How can I enable with this project?
Thanks for any kind of Help!
HI, I tried to synchronize all the files from the server using a loop for downloading all the files and directories but I'm getting:
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in mscorlib.dllthe thread is getting getting exit.
I got a list from server then I tried to download the whole list one by one. but it's not working because of this exception. Is there any solution to do it? I want to keep it synchronizing after a fixed interval of time.
And I want to download files with 250 MB maximum size. How can I enable with this project?
Thanks for any kind of Help!