I am working on a windows backup software that'll send files from local computer to remote online server. What's the best way to do it it can resume if it stop uploading in the middle of it. Files are pretty big.
What is the best solution for this?
|
I am working on a windows backup software that'll send files from local computer to remote online server. What's the best way to do it it can resume if it stop uploading in the middle of it. Files are pretty big. What is the best solution for this? | |||
|
feedback
|
|
You might want to consider the Background Intelligent Transfer Service, which is used by Windows Update. According to Microsoft documentation, it supports uploads using a special protocol, is capable of auto-resuming a download even after Windows is restarted, and can be set to avoid slowing down foreground applications. | |||
|
feedback
|