Transfering yor files with WinSCP |
Step 1 : SFTP to access.scs.carleton.ca |
- execute winscp382.exe - the secure file transfer client
- in the "Host name" field type " access.scs.carleton.ca"
- enter your SCS linux username and password respectively in the "User name" and Password fields
- click on the "Login" button
|
Step 2 : transfer your files |
- there are commands listed below the directory windows to create directories and do other operations as required
- send your files by draggind and dropping them, for example, across from the local to the remote listing
|
Logging on with Putty |
Step 1 : ssh to access.scs.carleton.ca |
- execute putty.exe - the terminal client
- in the Host Name field type access.scs.carleton.ca
- click on the "open" button
- enter your SCS linux username and password as prompted
|
Step 2 : ssh to lambda01 |
- at the prompt, type "ssh lambda01"
- enter your SCS linux password as prompted
- now, you can use gcc, gdb, and all other tools from home
|