How To Upload Your Web Page Using CuteFTP
When you start CuteFTP, you will get a screen similar to this:
This screen will allow you to create a FTP site configuration, so that you won't have to input the same information everytime you connect to the server.
Double-click on the Personal FTP Sites folder on the left-hand side of the screen, and click the Add Site button. You should see something like this:
On this screen, put in the following information:
Site Label should be set to www.ili.net
All of the other settings are ignored. When you have put in that information, click OK. Now you should have a screen similar to this:Host Address should be set to www.ili.net
User ID should be your login name (in lower-case).
Password should be your login password (in lower-case).
Login Type should be set to Normal.
Now you have an entry in your Site Manager called www.ili.net.In the future, to connect to the PTI NET web server, click on the Personal FTP Sites folder (if it isn't closed) and then click www.ili.net.Now click the Connect button.
You should get a screen similar to this:
The files on the left side of the screen are the files on your computer; the files on the right-side are the files on the ILI NET server. Double-click on the public_html folder on the right-hand side of the screen.Now, to transfer files from your computer to the server, drag and drop the files from the left window to the right window. It wil ask if you want to transfer those files. Tell it YES, and it will start copying the files.
After you're done, go under the FTP pulldown at the top of the screen, and click Disconnect. You will be disconnected from the ILI.NET web server.
Now, to look at your web page, put this address in the web browser:
http://www.ili.net/~username
Replace the username with your login name (for example, if your login name is waves, the address of your web page would be http://www.ili.net/~waves).
The first web page must be called index.html or you will get an error when trying to go to that address. Make sure it is called index.html (index.htm will not work).
You're done!