G Guest Apr 14, 2007 #1 Can you point me to some simple code that will transfer a file faster than FTP. Would that be HTTP? Thanks! Bob
Can you point me to some simple code that will transfer a file faster than FTP. Would that be HTTP? Thanks! Bob
C Cor Ligthert [MVP] Apr 14, 2007 #2 Depends if it is up or download WebClient.downloadFile http://msdn2.microsoft.com/en-us/library/system.net.webclient.downloadfile.aspx Cor
Depends if it is up or download WebClient.downloadFile http://msdn2.microsoft.com/en-us/library/system.net.webclient.downloadfile.aspx Cor
G Guest Apr 15, 2007 #3 Can you point me to some simple code that will transfer a file faster than FTP. Would that be HTTP? Click to expand... FTP is as fast as they come. HTTP won't be any faster if your connection is slow. What speed are you getting?
Can you point me to some simple code that will transfer a file faster than FTP. Would that be HTTP? Click to expand... FTP is as fast as they come. HTTP won't be any faster if your connection is slow. What speed are you getting?