SCP stands for Secure CoPy. It provides the functionality of a File Transfer Protocol (FTP) client. SCP can be viewed as nothing more than a secure version of FTP. Again there are many SCP clients out there.
WinSCP is what is installed on the computers that are in the OIT labs. It is also freely available for download over the Internet at http://winscp.vse.cz/eng/.
To connect to one of the UNIX servers using WinSCP in one of the OIT labs, follow these directions...
1. Open up the SCP client.
2. You will be presented with a screen that looks like the following. Go ahead and pick a UNIX server to connect to, and enter your username and password. When you are done click on "Login".
3. Finally you will be presented with a screen like so. On the left hand side will be all of the files that are on the local computer. On the right hand side will be all of the files that are in your UNIX account. Note that the right hand side (your account) is initially in your home directory. You can simpy drag and drop files to send them back and forth.
In class we also went over how to securly copy from one linux machine to another. The command is in the form scp local_file username@gl.umbc.edu:path/filename