View Single Post
  #2 (permalink)  
Old 12-09-2007, 06:46 AM
MentalClinic's Avatar
MentalClinic MentalClinic is offline
Master Babbler
 
Join Date: Dec 2007
Location: Estonia
Posts: 126
MentalClinic has a few positive reputation points
Send a message via MSN to MentalClinic
Default

FTP = File Transfer Protocol
HTTP = HyperText Transfer Protocol

So, I don't know what you mean by "using hosting company", but I'm guessing you mean some control panel that hosting company provides, where you can also upload files?

FTP, like name already says, is made for file transferring. FTP cannot display images, even text directly. It is made purely for file transfer.
HTTP is protocol you use every day to browse the web, as HTTP can display images, text.. complete websites.

There is no such thing as "FTP site", there is just a directory with no index file that HTTP can automatically find and display. Usually you can view directory with both protocols if they are not password protected.


Now, to upload files I would definitely recommend using FTP, you can upload unlimited files at once, also FTP is usually a bit faster. But if you want to upload one file which is few mb's or smaller there's no difference really. But many times you need to upload 30-40 directories/files, then I would definitely use FTP.

Last edited by MentalClinic; 12-10-2007 at 12:31 AM.
Reply With Quote