... part of the Web Site of George North -- Back to Site Index
Webpage Design and Development, CPST-2400-10
Spring 2010
FTP -- File Transfer Protocol
see also CPST WebServer
FTP
Using File Transfer Protocal is how you will copy assignment WebSites you developed on your own computer to the CPST WebServer, making your WebSites available to the World Wide Web. FTP is how you publish your WebSites.
In computing, a protocol is a set of rules which is used by computers to communicate with each other across a network. File Transfer Protocol (FTP) is a standard network protocol used to exchange and manipulate files over a computer network, such as the Internet.
You may already understand how to use FTP. Great. If not, you may find this all so confusing now. Don't be alarmed. Everyone ALWAYS figures out how to use FTP.
To connect to CPST WebServer using FTP, you need to know this ...
Please note that public_html is the folder on CPST WebServer that contains all your WebSite files and folders, but it is an invisible folder so far as URLs are concerned. In other words, you will never see public_html's name in a URL. When using FTP client to access your WebSite, you will see public_html. Just remember to place all WebSite files and folders inside public_html.
Just to be a little more confusing, inside public_html are folders for each CPST course (even if you are registered in ONLY one. You also need to be careful to place ALL your WebSite files and folders inside the CPST folder for this class -- the name of this folder is cpst240010. One last confusing point to ALWAYS remember, on CPST WebServer, URL's are case sensitive. So, http://cpst.tulane.edu/~gnorth/cpst240010/index.html is not the save as http://cpst.tulane.edu/~gnorth/cpst240010/INDEX.html. Try it, one works, one doesn't work. Do you see the difference?
Confused yet? Don't be too concerned now. Ask for help.
Click Here to go back to the TOP of this page.
|