|
How do I access my FTP site?
First you'll need an FTP client. Some examples are:
Fetch http://www.dartmouth.edu/pages/softdev/fetch.html
WS_FTP
http://www.csra.net/junodj/ws_ftp32.htm
CuteFTP
http://www.cuteftp.com/Cuteftp/
Filezilla
http://filezilla.sourceforge.net/
You'll need to enter the 'hostname' of your site. For example, if your site is viewable at 'www.mydomain.com', the hostname would simply be 'mydomain.com'.
If your domain hasn't been set up yet (not registered or transferred to ICCM) you can still upload your site directly to your server hostname or IP address. You should have received those details in your welcome email.
Next, you'll be prompted for a username and password.
When you login via ftp, your web root is public_html folder. This is the folder where you need to upload your web site files.
|