Lab 16
For this lab you will need a FTP (File Transfer Protocol) client. An FTP client allows you to upload and download files to a server. The server name that you will be using is:
kaboom.ridgewater.net You can use any FTP client that you wish to use. Below is a free FTP client that you can download. FTP Client http://www.wsftp.com Here is a screen shot of what a typical setup should look like.
On this server there are several web sites hosted. The web site for this course can be found at http://cst1620.ridgewater.net. Normally CGI (Common Gateway Interface) programs end with the extension "cgi" and are typically located in the cgi-bin directory on the server. This web server is running Microsoft IIS (Internet Information Server) which allows an "exe" extension. So there is no need to change your file name for this lab, unless you have the urgent desire to do so. Also I have allowed executables to be run in any directory, so there is no need for a separate cgi-bin directory. You can place your html file and executable together in your directory reserved for you. Please be considerate of your classmates. Only upload files into the directory reserved for you. The only files that you should need to upload are HTML "htm" files and your C++ "exe" executables. To keep file sizes small, you will want to make sure you are compiling in release mode, and not debug mode. Free text editing software for HTML.
|