WinSCP
http://winscp.vse.cz/eng/download.php
Download.
Installation package.
Close.
winscp###setup
(except ### will actually be the version number),
which looks like a little computer and a CD.
winscp###setup
icon. This will start the installation wizard.
Explorer-like
interface.
winscp###setup
file,
either
by moving it to your
Recycle Bin,
or by right clicking on it and selecting
Delete
from the menu.
WinSCP Login
window.
In the upper left, click on
Session,
which will take you to the Session section.
Host name,
type
ssh.coe.ou.edu
User name,
type your OU4+4.
Protocol,
select
SCP.
Save.
This will pop up a window titled
Save session as;
click
OK.
Login.
Yes.
OK
(or press the
Enter
key).
Copy.
PSFTP
ssh.coe.ou.edu
to your desktop.
What you type is in
computer bold font.
psftp>
open ssh.coe.ou.edu
login as:
yourusername
Store key in cache? (y/n)
y
yourusername@ssh.coe.ou.edu's password:
yourpassword [invisible]
psftp>
cd CS1313
psftp>
ls
psftp>
get pp4.txt
psftp>
quit
For MacOS, you can't use WinSCP or PSFTP, because they're only available for Windows.
However, you won't need them, because under Mac OS X,
you can always use
scp from the Unix command line.
Here's how to copy a file from
ssh.coe.ou.edu
to your Mac:
On your Mac,
type
scp
yourusername@ssh.coe.ou.edu:CS1313/filename
.
where
yourusername
is your user name
and
filename
is the name of the file that you want to copy.
Be sure to include the period at the end of the command!
Unix will be the same as MacOS, above.