Results 1 to 7 of 7
Thread: Difference between http and ftp
- 08-12-2008, 07:40 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 27
- Rep Power
- 0
Difference between http and ftp
I really encounter a big misunderstanding between HTTP and FTP. When i deployed a file on my http server and requested its path on a browser my download manager popped up?Then i can download files and page (and may be any thing ,who knows then) using http .What do we use FTP for?
- 08-12-2008, 08:20 PM #2
These are two flavors of internet protocols for communication between two computers.
HTtp - HyperText transmission protocol
FTp - File Transfer protocol
These protocols are defined in some RFC document. Using Google you can find them and read all about them.
HTTP is used by browsers to view pages.
FTP is used to upload and download files.Last edited by Norm; 08-12-2008 at 08:48 PM.
- 08-13-2008, 05:20 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Norm, using HTTP we can download as well, right? In lite weight applications I used it with HttpUrlConnection.
- 08-13-2008, 02:04 PM #4
Eranga,
Yes HTTP can be used to copy files both ways.
- 08-14-2008, 06:19 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ya, that's fine. I like to use HTTP for avoiding proxy actually, with port 5001. :)
- 08-14-2008, 06:48 AM #6
Hi,
I would like to add point on this.
As norm mentioned HTTP is for page transfer and FTP is for file transfer.
We can transfer a file by using HTTP but it may result in Performance issues as it may slow down your process.To finish sooner, take your own time....
Nivedithaaaa
- 08-14-2008, 07:12 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
It can cause much damage in larger file transferring actually. That's why I mentioned that suitable for light weight applications. In most of the applications I use HTTP connections for file transfer, because no need to worry about proxy. ;) But not at all.
Similar Threads
-
difference between Abstract and interface
By mrark in forum New To JavaReplies: 3Last Post: 11-07-2009, 04:20 AM -
Difference between browswer and appletviewer?
By jklsemicolon in forum Java AppletsReplies: 5Last Post: 08-09-2008, 05:23 AM -
Http change to HTTP\SSL
By ballyv24 in forum Advanced JavaReplies: 0Last Post: 05-14-2008, 11:32 AM -
Difference between ASP and JSP
By barney in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2007, 07:15 AM -
difference between this and super
By mrark in forum New To JavaReplies: 1Last Post: 06-27-2007, 05:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks