All files that Jane would like to make available for her webspace should be in a directory called "public_html" in her UH home account. The default file that gets loaded when somebody browses your Web page is "index.html".
The "public_html" directory and it's contents that you'd like to be available on the Web needs to be set such that the web server can read them. The easiest way to do this would be to set up your personal webspace using the "Personal Homepage Management Utility" below. New files can then be uploading using a sftp client connecting at port 2222 (see sftp section below).
Open the Personal Homepage Management Utility (in a new window)
| General Settings for Personal Homepages Hostname: uhunix.its.hawaii.edu Username: <Your UH Username> Password: <Your Password> Directory: public_html |
| Platform: | I currently use: | Switch to: (click to download) | Installation Instructions |
| PC | QVT Term 4.x | SSH 3.2.9 | HTML or PDF |
| PC | Windows' built-in telnet program | SSH 3.2.9 | HTML or PDF |
| Macintosh OS 8.x - 9.x | NCSA Telnet 2.x | MacSSH | HTML or PDF |
| Macintosh OS X 10.2.x | NCSA Telnet 2.x | iTerm |
ITS supports the secure file transfer (sftp) protocol for uploading files onto your personal webspace. Some applications that support sftp are SSH for the Windows, MacSFTP for Mac OS 8.x - 9.x and Fugu for Mac OS X. File transfer protocal (ftp) clients such as (WS_FTP LE and Fetch 3.x - 4.x) no longer work with our services, as these programs do not support encryption.
Whichever sftp client you choose to use when uploading your Web content, remember to include the port number, which is 2222, when connecting. This number comes after the host name when opening a sftp connection to the Web server. For instance, when connecting to uhunix, the host name should look like uhunix.its.hawaii.edu:2222. Use this host name along with your uhunix username and password when creating a sftp connection to publish webpages. This will set the file permissions so that the documents can be seen over the Internet.
| Platform: | I currently use: | Switch to: | Installation instructions |
| PC | WS_FTP LE | SSH 3.2.9 (click to download) |
HTML or PDF |
| Macintosh OS 8.x - 9.x | Fetch 3.x - 4.x | MacSFTP (click for more info) |
|
| Macintosh OS X 10.x | Fetch 4.x | Fugu (click for more info) |
For more information, please visit the SSH/SSL FAQ.
Server-side Includes
To include the contents from another file in your page:
Server-side Includes
Page Counter
For instructions on adding a page counter:
Adding a Page Counter