FTP means File Transfer Protocal. That is, it is the communications style you want to use if you are transfering files back and forth.
It is distinct from HTTP which means Hypertext Transfer Protocal, which is the communications style you use if you want to see what's in the files.
You can use FTP to upload and download files from any part of a server or part of a server that belongs to you.
You can also use FTP to upload and download files from specified parts of other servers. Many companies and educational institutions have "anonymous" FTP directories where they store items that are made freely available to the public. "Anonymous" simply means you don't need a password to get access to these areas.
Using Your Browser for FTP
You don't need to have a special program to use FTP. You can use FTP in your browser by entering the right information in the location window.
Here's how you do it:
Enter:
ftp://[Your User Name]:[Your Password]@ftp.[Site URL]
|