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?

link|improve this question
feedback

2 Answers

Try looking into the windows sync service, or use robocopy.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.