| File Transfer Protocol, or FTP,
is a way to efficiently move files back and forth from a server (our computer)
to a client (your computer). It differs from the HyperText Transfer Protocol
(HTTP) in that an FTP connection is bi-directional. That means you can move
files from your computer to the server (this is called uploading) as well
as retrieve files from the server (this is called downloading). FTP can
be used to publish web pages to a web server, or it can be used to move
and store files in an efficient manner. |