| Currently the fastest growing and most popular part of the Internet experience is the World Wide Web. Here are instructions for you on how to put your own WWW page on our server for the world to see. To do this you must first create a page on your own system. For instructions on how to do this, check your local library or Netscape's Home Page. Please note that all commands listed below are CASE SENSITIVE! This means that you must type commands with the same capitalization as it has displayed. 'WWW' is not the same thing as 'www'. |
C:\>ftp scc.net Connected to scc.net. 220 scc FTP server (Version wu-2.4.2-academ[BETA-10](1) Mon Nov 25 18:37:59 CST 1996) ready. User (scc.net:(none)): username 331 Password required for username. Password: 230 User username logged in. ftp> cd WWW 250 CWD command successful. ftp> put index.html 200 PORT command successful. 150 Opening ASCII mode data connection for index.html. 226 Transfer complete. 105 bytes sent in 0.00 seconds (105000.00 Kbytes/sec) ftp> quit 221 Goodbye. |