CS368: Learning a New Programming Language
|
Note: this information was written with Mac users in mind (since ssh and scp are available from the Mac OS Terminal), however, users of other platforms may also find it useful. Windows users: the CSL recommends PuTTY as a free ssh client for Windows. You can also download pscp from the PuTTY website (pscp is PuTTY's version of scp and works pretty much the same as scp). |
Copying to/from Your Computer and a CS Lab ComputerUse secure copy: 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. In the example above, the file "H1.txt" is being copied from the desktop of a personal computer to the private CS directory of a person with the CS login "bbadger". The general format for getting to your personal CS directory is /u/<first_letter_of_CS_login>/<second_letter_of_CS_login>/<CS_login>/ 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). |
Remotely Connecting to a CS Lab Computer
|
Last Updated: 1/26/2015 ©2015 Beck Hasti |