Results 1 to 5 of 5

Thread: FTP or HTTP to Download and Upload

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Location
    Cape Town, South Africa
    Posts
    18

    FTP or HTTP to Download and Upload

    Which is better or faster or more stable ?

  2. #2
    New Member Skwirl's Avatar
    Join Date
    Jun 2004
    Posts
    10

    FTP

    FTP is faster and more stable than HTTP because with http you will be decreased in speed by web proxy caches. with ftp though, you have to know what you're looking for instead of being directed to the link with http. does this make sense?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Location
    Cape Town, South Africa
    Posts
    18
    I meant which is more stable actually. I run a shell to an ftp script and a lot of times the Ftp site just hangs, and then the shell returns a non-zero value, indicating that it failed.
    How do I resume ? Is it easier with http ?

  4. #4
    Junior Member
    Join Date
    Jun 2004
    Posts
    29

    Thumbs up

    I would suggest you to use the HTTP as is much more stable than FTP. Tough it is a stateless but it is excellent for file upload. There is a inbuilt class in .net that uses using the HtmlInputFileControl and Files property .I think it will be good to use it.

    You can try it.
    Give me a place to stand and I will move the Earth

  5. #5
    New Member Skwirl's Avatar
    Join Date
    Jun 2004
    Posts
    10

    Wink

    well, if you're looking for stability, then yes http would be better. It is also easier, but for speed with downloads i use ftp.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width