CSIS 2300
 
How to Create a Web page
Publishing Webpages | Navigation | Resources

 

 

About Students

How to Publish Web Page(s)

Students is the name of the Student and Alumni Internet Server at Kennesaw State University (KSU). It is hosted on a UNIX server machine. On Students, students can have access to Internet services (i.e. e-mail, ftp,etc.), and are able to set up their accounts for Web page publishing. This account is available for every student enrolled at KSU.
 

About UNIX

UNIX is an operating system that is the standard choice for the Internet. UNIX is a command-based operating system. It is functional and powerful. Users of this operating system must be aware that unlike DOS, it is a case-sensitive system. UNIX operating system is widely used by many companies and universities.
 

About Web Server

A server is a computer or device on a network that manages network resources and services client requests. A Web server is a computer that delivers Web pages. The server first fetches the page named index.html and downloads it to the browser running on the client machine. (Be sure to name the first Web page as index.html.)
 

About FTP and SSH

FTP is an acronym for file transfer protocol, which is one of the standard Internet protocols for sending files from one machine to another. Files of any type can be tranferred (though some may require a binary transfer). Also, it can be utilized to download files to a client computer. One can invoke FTP with execution of commands through a simple command line interface or with a graphical user interface (GUI). WS_FTP stands for WINSOCK FTP, which is a GUI based implementation of FTP. FTP is no longer a recommended way to transfer files.

 

A more secure solution for transferring files from one computer to another is SSH. KSU students have access to an SSH client program provided by ITS so long as they are students at KSU. You can download the SSH client program at https://its.kennesaw.edu/downloads/index.php That website has installtion instructions and your instructor will help you learn how to use the program.
 

About Web Publishing

To publish a Web page follow these simple steps. First, you must setup a NetID account. Next, use the SSH file tranfer client to upload all of the files you created for your Web page on the local disk drive (floppy or hard) to the remote server. You will put these files on your assigned directory in the html folder. You can view your Web page on any Web browser by entering the URL:
http://students.kennesaw.edu/~netiduserid.
 

More info.

If more information is needed about the KSU NetID account system, please click here.