Try each of these procedures in turn until one of them works (ordered most preferred first, least preferred last).
PSFTP
(MOST PREFERRED method)
psftp.exe
and from the menu that pops up,
select
Save Link As
(or similar).
psftp.exe
to your Windows desktop.
Secure Copy from PowerShell (Windows 10) or Terminal (Windows 11)
Windows PowerShell
(Its icon will be a little folder.)
OR, for Windows 11, click on:
Terminal
Windows PowerShell
Under that folder icon, indented slightly, click on either
Windows PowerShell
OR
Windows PowerShell (x86)
In Windows 11, the Terminal window will pop up,
so no extra steps are needed.
Windows PowerShell
window
(in Windows 10)
or the
Terminal
window
(in Windows 11)
will appear.
Click on the interior of
the
Windows PowerShell
window in Windows 10 (the blue part),
or the
Terminal
window in Windows 11 (the black part).
cd Desktop
scp
yourusername@ssh.ou.edu:CS1313/filename_you_want_to_download.txt
.
NOTICE THE PERIOD
at the end of this command, which is
VERY IMPORTANT.
Windows PowerShell
window,
either by clicking on the
X
(close) icon in the upper right of the window,
or by entering, at the Unix prompt,
exit
WinSCP
http://winscp.net/
Close
,
depending on the web browser you use.
WinSCP###setup
(except ### will actually be the version number),
which looks like a little computer and a CD.
The filename may end in .exe
but not necessarily.
winscp###setup
icon.
winscp###setup
file if you want,
either
by moving it to your
Recycle Bin
,
or by right clicking on it and selecting
Delete
from the menu.
Login
window,
with the
WinSCP
window behind that.
Login
window,
under
File Protocol
,
select
SFTP
OR
SCP
Host name
,
type:
ssh.ou.edu
User name
,
type your username (that is, your OU4+4).
Save
This will pop up a window titled
Save session as site
.
Save session as site
window,
click
OK
Login
window,
click
Login
Yes
Continue
OK
or press the
Enter
key.
View
This will pop up the View menu.
Details
This will give you a file listing similar to
what you'd see when you type the command
ls -l
at the Linux command line.
OK
FileZilla
https://filezilla-project.org/
Download FileZilla Client: All platforms
Windows (64bit x86)
,
click
Download FileZilla Client
Download
Save
OR
Yes
or whatever the appropriate affirmative answer is.
Yes
OR
Run
or whatever the appropriate affirmative answer is.
I Agree
or whatever the appropriate affirmative answer is.
FileZilla
window.
OK
ssh.ou.edu
22
Quickconnect
Do not save passwords
Then click
OK
ssh.ou.edu
in the right pane.
In the right pane,
double-click
CS1313
For MacOS, you can't use WinSCP or PSFTP, because they're only available for Windows.
Instead, you can do one or the other of the following (ordered most preferred first, least preferred last):
Secure Copy from a Terminal Window
(MOST PREFERRED method)
ssh.ou.edu
!
scp yourusername@ssh.ou.edu:CS1313/filename_you_want_to_download.txt .
but replacing
yourusername
with your OU4+4,
and replacing
filename_you_want_to_download.txt
with the name of the file you want to download to your MacOS PC.
NOTICE THE PERIOD
at the end of this command, which is
VERY IMPORTANT.
cp filename_you_want_to_download.txt Desktop
FileZilla
Download FileZilla Client: All platforms
Download FileZilla Client
Download FileZilla Client
Unix/Linux will be the same as the MacOS Secure Copy from a Terminal Window option, above.
Alternatively, you can install FileZilla, using the Linux 64-bit version. It's probably similar to the MacOS instructions.