Note: this information was written with Mac users in mind, however, users of other platforms may also find it useful.
Copying | Connecting Related Pages: CS Computer Labs | Remote AccessOpen a terminal window on your computer (don't ssh into the CS lab computers). Use secure copy on the command line:
The first argument (<source_of_file_to_be_copied>) is where your file is currently located on your computer. The second argument (<destination_folder>) is the destination and should be an existing folder.
Example:Note the slash (/) at end is important so that the source file is copied into the destination folder (as a file with the same name as the file on your computer) and not copied as a file with a new name (into a folder you don't intend it to go).
Open a terminal window on your computer and enter:
where <username> is replaced with your CS account name.
You may be prompted about something, just type in yes to add as a default.
You will be prompted for your CS account password. (Your password will not show up as you type it.) Press enter and you are logged in.
You can now enter Linux commands to verify your submission and/or work on the remote machine.
To logout, just type in "logout" on the command line.