Building Your Site- FTP Quickstart |
<< previous page |
|---|---|
Introduction FTP [File Transfer Protocol] is one of the oldest protocols still in use on the Internet today. This is mostly due to its proven speed, reliability and functionality. Since so many web administration tasks involve sending files to the server, understandably FTP can be put to use for nearly all of them.
Connection Quickstart Firstly you must obtain an FTP client that is capable of the required functionality.
Upon logging in, the 'remote' window of the FTP client will show a list of files in your home directory. Of special note is the public_html directory, where you will want to place any files you wish to be accessible through your web server, and the public_ftp directory, for files you want accessible from your FTP server. The home directory is described more specifically in the Home Directory section. View FTP Configuration Demos here. Site Management To start uploading your web site, upload your files into the public_html directory. Be sure your main page is named either index.html or default.html and is in the public_html directory, as the web server will look for one of these two files when people access your domain directly.
|
|---|