|
-
Jun 20th, 2004, 06:37 AM
#1
Thread Starter
Junior Member
FTP or HTTP to Download and Upload
Which is better or faster or more stable ?
-
Jun 20th, 2004, 11:39 AM
#2
New Member
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?
-
Jun 21st, 2004, 02:44 AM
#3
Thread Starter
Junior Member
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 ?
-
Jun 21st, 2004, 07:22 AM
#4
Junior Member
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 
-
Jun 21st, 2004, 01:22 PM
#5
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|