-
Setting up your FTP program
In order to FTP into your website you will need the following information which was included in your welcome letter.
Look for a place to enter your settings in your FTP program, and use the following:
- Host Name/Address: ftp.performancehosting.net
- Host Type: Automatic Detect
- User ID: your User ID
- Password: Enter your Password
- Check the Save Password box if you wish.
Then you should be able to connect. Once you do so, on the "remote" window (which is our server),
you will be logged in to an area called "your root". You will see a folder called: "html". This is the folder
you use to place your webpages. DO NOT put your files in any other folder (that is, if you want them to be visible on the net).
See #2 for uploading and #3 for making folders.
top
-
Uploading/Downloading Files
Your program probably has a setting called "Binary" and "ASCII". Please note that it is very important to
transfer images in Binary mode. Everything else, HTML documents, php, cgi scripts etc. should be transferred using ASCII
mode. If you fail to set this correctly your files may not appear as they should. If your FTP program as an "AUTO" setting, use that.
top
-
Creating Folders & Changing Permissions
To create a new directory on your website, click for a "New Folder" or "MkDir" button
You will be prompted to enter a name for the new directory. Once you do this,
the new directory will be created for you.
To change folder permissions, highlight the folder you want to change in the remote window
and look for "CHMOD" (sometimes, right-clicking on the folder gives a list of options) or under FTP commands
you can use "SITE" command which you will enter the proper values/format which is: chmod AMOUNT NAME_OF_FILE.
Here is an example:
chmod 755 index.php
top
-
How to use MS FrontPage to manage your Website
MS Frontpage has multiple ways of keeping your site updated, and we suggest using the FTP method
since it is more secure than the HTTP method. You will need to modify some of your settings. Here's how: