|
Publishing web content here requires two steps: uploading the web files to the
server via SCP/SFTP (aka. WinSCP, or WsFTP or FileZilla) and setting permissions on those files from a terminal window.
See the Computing website on WinSCP here: http://www.jmu.edu/computing/web/ftp/winscpguide.shtml
WinSCP Client Setup
Use hostname:
Port number:
User name:
Paswword:
File Protocol:
For those who require shell access, use of Secure Shell client is required, along with your JMU eid and password.
Logging in from a Linux/Unix computer:
If you are logging in with secure shell (ssh) client from a Linux or other Unix computer or Mac OSX, the secure shell client
comes with the operating system. Use your JMU eid and password. Command:
ssh eid@educ.jmu.edu
(then enter your JMU eid password)
Logging on From a Windows computer:
- Ensure that PuTTY is installed on the PC. If not, please click here to download.
Then click on the downloaded putty055.exe file to install.
-
If/After PuTTY is installed, click on the Start button at the bottom left of the screen.
- Select Programs, then PuTTY.
- Select the PuTTY icon for Connecting (SSH/SCP/SFTP ONLY)
- Enter your username, then press Enter.
- Enter your password, and press Enter again.
Logging on From a Macintosh running OS X
- If your Macintosh supports Classic, download Nifty Telnet.
OR
- If your Macintosh does not support Classic, use the following steps (for ON-CAMPUS ONLY):
- Run Terminal from the Applications folder.
- At the command prompt in Terminal, type the following if the e-ID (electronic user ID) differs from the Account Name on the Mac:
ssh -l username it-educ.jmu.edu
where username is your e-ID (userID).
- Enter your password, and press Enter.
- If your e-ID is the same as your Account Name on the Mac, enter the following command:
ssh it-educ.jmu.edu
- Enter your password, and press Enter.
Welcome Message
As a part of the login procedure, the computer displays information
such as the last time you logged in or any announcements that are important
for you to see. When the system is ready for you to begin, the system prompt
appears:
- it-educ.jmu.edu}
Commands
Refer to Basic Unix User Commands.
Web Page Counter
You may put a counter on your ./~eid/WWW/webpage.html by
adding the following html code to your page:
< img src="/cgi-bin/Count.cgi?df=eid.dat" align="absmiddle" >
where eid is to be replaced with your actual eid or some
other title. You must request that Systems create the
initial eid.dat file for you on the server before the
counter will begin to work.
Logging Out
When you finish, you must log out. If not, someone else
could have access to your files. To log out from a Secure Shell session, enter
- it-educ.jmu.edu} exit
|