|
|
Downloading a Secure Copy or Secure FTP Client to Your Own Personal Desktop
Please note that, for security reasons,
you can upload and download files from OSCER resources via
Secure Copy
and
Secure
FTP
only.
Windows 95/98/ME/2000/XP/Vista
WinSCP
-
Installation ON YOUR OWN PC
-
Point your browser to
the WinSCP download page:
http://www.winscp.net/
-
Near the top
of the window,
click on
Download.
-
Scroll down to the most recent version of WinSCP
that ISN'T labeled "alpha" or "beta" or "FAR Plugin."
-
Immediately below the version number,
click on
Installation package.
-
This will pop up a window to download the installation wizard,
so choose to save it to your desktop (or wherever you like).
When it's done downloading,
you may need to
click
Close.
-
Go to where you downloaded the file to.
You'll find
an icon named either
winscp###setup
or
winscp###setup.exe
(except ### will actually be the version number).
It'll look like a little computer and a CD.
-
Double-click on the
winscp###setup
icon. This will start the installation wizard.
-
Follow the directions in the setup wizard.
You'll probably be happiest with the
Explorer-like
interface.
-
After you've completed the installation,
delete the
winscp###setup
file,
either
by moving it to your
Recycle Bin,
or by right clicking on it and selecting
Delete
from the menu.
-
Running
-
To run WinSCP, just double-click on the WinSCP icon on your desktop.
-
This will pop up the
WinSCP Login
window.
In the upper left, click on
Session,
which will take you to the Session section.
-
In the text box under
Host name,
type
the name of the computer you want to move data to or from
(for example,
sooner.oscer.ou.edu).
-
In the text box under
User name,
type your username.
-
DON'T TYPE YOUR PASSWORD IN THIS WINDOW!
Storing passwords on your PC entails BIG SECURITY RISKS.
-
Under
Protocol,
select
SCP.
-
If you want to save this combination of host name and username,
click
Save.
This will pop up a window titled
Save session as;
click
OK.
-
Click
Login.
-
If a window pops up that says something about the "host key"
(or any yes/no question),
click
Yes.
-
A popup window will request your password for the machine
that you're SCPing to.
Enter it and click
OK
(or press the
Enter
key).
-
You'll now get a popup window that looks very similar to a
regular Windows folder.
You can move files to and from this window very much like
how you move files to and from a regular Windows folder,
except that, when you move a file, you may be asked whether
to copy the file. Click
Copy.
PSFTP
-
Point your browser to
the PuTTY download page:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
-
Go to the first section of downloads, labeled
Binaries
...
For Windows 95, 98, ME, NT, 2000, XP and Vista on Intel x86
-
Right click on "psftp.exe," and from the menu select "Save Link As"
(or something similar).
-
Save "psftp.exe" to your Windows desktop.
-
Now you can run PSFTP just by double-clicking on the PSFTP icon
on your desktop.
-
Here's how to get a file from,
for example,
sooner.oscer.ou.edu
to your desktop.
What you type is in
computer bold font.
psftp>
open sooner.oscer.ou.edu
[or the name of any of the OSCER machines]
login as:
yourusername
[Replace yourusername with your username.]
Store key in cache? (y/n)
y
yourusername@sooner.oscer.ou.edu's password:
[Type your password; it'll be invisible as you type it.]
psftp>
cd directory_where_your_file_is_stored
[Note that you'll replace this with
the appropriate directory name.]
psftp>
ls
psftp>
get yourfilename
[Note that you'll replace this with the appropriate filename.]
psftp>
quit
The file should now be on your desktop.
MacOS
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
sooner.oscer.ou.edu
to your Mac:
On your Mac,
type
scp
yourusername@sooner.oscer.ou.edu:directory_where_your_file_is_stored/yourfilename
.
where
yourusername
is your username
and
yourfilename
is the name of the file that you want to copy.
Be sure to include the period at the end of the command!
Unix
Unix will be the same as MacOS, above.
|