CS 182.52 Sending Files by Web:
Disk Backup & Online Files
© 2019
Eric Skagerberg
(All rights reserved. This material may not be reproduced in printed or electronic format without the express permission of the author.)
Adjunct Instructor,
Computer Studies Department
Santa Rosa Junior College
, California
Set Up Web Storage
Page last updated 12 November, 2010
< Previous: Setting Up Your Internet Account
Next: Creating your Student server web directory >
Set up your web storage directory folder
Some Internet providers may use a web interface
The Student server uses a command line interface
For your Student server account, install a
free
"Secure Shell" remote command line program , such as:
Windows:
PuTTY
by
Simon Tatham
Macintosh:
OS X: Already built-in
OpenSSH
(also in Linux)
Open a terminal window
:
Finder - Applications - Utilities - Terminal
At the command prompt, enter the following, substituting your actual user name for "
username
":
ssh
username
@student.santarosa.edu
Can't connect?
Instead of
student.santarosa.edu
, try
busstudent.santarosa.edu
instead.
OS 9 or older:
MacSSH
O
ther, including Linux:
Mindterm
(Java program; also works on Windows & Mac, and includes secure file transfer)
Student server connection instruction page