Tagged Questions

4
votes
5answers
537 views

What is the fastest way to send large binary file from one pc to another pc over the Internet?

I need to send large binary(2Gb-10Gb) data from one pc(client) to another pc(server) over the Internet. First I tried to use WCF service hosted in IIS using wsHttpBinding binding with message security ...