Downloading a File to a PC Not in Carson

Windows

MacOS

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)

  1. Open a new Terminal window, but DON'T LOG IN TO ssh.ou.edu!

  2. At the Unix prompt, enter:

    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.

  3. At the Unix prompt, enter:

    cp filename_you_want_to_download.txt Desktop

  4. Probably the file will appear on your MacOS desktop. If not, you might need to use the Finder to find your file on your MacOS PC.

FileZilla

    I don't have any experience with FileZilla on MacOS, so if you want to use it, you'll need to teach yourself, but it's probably pretty similar to FileZilla on Windows, as described above.
     
    But, you'll need to download the MacOS version, so after clicking on
     
    Download FileZilla Client: All platforms
     
    then below the green button labeled
     
    Download FileZilla Client
     
    click on the X (meaning MacOS X), and then click on the green button labeled
     
    Download FileZilla Client

Unix/Linux

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.