Alternative to FTP poor performance

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Qm9iQWNoZ2lsbA==?=

    #1

    Alternative to FTP poor performance

    Can you point me to some simple code that will transfer a file faster than
    FTP. Would that be HTTP?

    Thanks!

    Bob
  • Cor Ligthert [MVP]

    #2
    Re: Alternative to FTP poor performance

    Depends if it is up or download

    WebClient.downl oadFile

    http://msdn2.microsoft.com/en-us/lib...nloadfile.aspx

    Cor

    "BobAchgill " <BobAchgill@dis cussions.micros oft.comschreef in bericht
    news:C1A3DB11-62FB-45BE-AE69-290F24BEA24F@mi crosoft.com...
    Can you point me to some simple code that will transfer a file faster than
    FTP. Would that be HTTP?
    >
    Thanks!
    >
    Bob

    Comment

    • Spam Catcher

      #3
      Re: Alternative to FTP poor performance

      =?Utf-8?B?Qm9iQWNoZ2l sbA==?= <BobAchgill@dis cussions.micros oft.com>
      wrote in news:C1A3DB11-62FB-45BE-AE69-290F24BEA24F@mi crosoft.com:
      Can you point me to some simple code that will transfer a file faster
      than FTP. Would that be HTTP?
      FTP is as fast as they come. HTTP won't be any faster if your connection is
      slow.

      What speed are you getting?

      Comment

      Working...