<html> <head> <title>WinSCP Tutorial</title> </head> <body> <h1>WinSCP Tutorial</h1> <p> This Tutorial is to describe how to install and use WinSCP, a program that will allow you to transfer files from your home computer to your network drive so that you can turn it in using WWWTurnin. I know it looks long, but that's only because I went into a lot of detail. If any of you have experience installing programs, you may want to skip to the set up instructions. </p> <ul> <li> First things first, you're gonna need WinSCP. You can get it <a href = "./files/winscp368setup.exe">here</a>. Just click on the link and save the .exe file somewhere on your machine. <br>(Just make sure you remember where you saved it). </li> <li> Next, open up Explorer by clicking 'My Computer' and navigate to where you saved the .exe file. Double-click it to begin installation. <ul> <li> A Welcome Window opens, click 'Next' </li> <li> Next is the license agreement, select 'I accept the agreement' and click 'Next' </li> <li> The 'Select Destination Location' window opens, the default location is fine, just click 'Next' </li> <li> The 'Select Components' Window is next, you may as well just stick with the full installation, so just click 'Next' again</li> <li> Now it asks you to 'Select Start Menu Folder' unless you want it to be named something else, just click 'Next' </li> <li> The next step, "Select Additional Tasks" is totally up to you, if you want a desktop shortcut, leave the top box checked, the rest you don't need, so un-check them </li> <li> The last option is what interface you want. "Norton Commander interface" is a two-column interface where your home machine appears on one side and your network drive appears on the other. "Explorer-like interface" is just like when you open any other folder (this may be simpler). </li> <li> At the 'Ready to Install' window, just click 'Install' (depending on the speed of your computer, this should only take a few seconds) </li> <li> Click 'Finish' when installation completes, leaving the 'Launch WinSCP' box checked. </li> </ul> <li> After installation, you need to <b>set it up </b></li> <ul> <li> First click on 'Session' on the left-hand side, to bring up the Session options. </li> <li> Fill in the 'Host name' as "hill.cs.ucr.edu" </li> <li> Make sure the 'Port number' is set to 22 </li> <li> Fill in 'User name' with your CS username </li> <li> The 'Password' field gets, you guessed it, your CS password </li> <li> Select 'SCP' in the 'Protocol' section </li> <li> Finally, click 'Save' so you won't have to enter all that again (The default name works fine, but you can call it whatever you want)</li> <li> Now that setup is done, you just have to click your saved session to highlight it and click 'Login'</li> <li> The first time you login, you may see this message: "The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is ..." This is no problem, it just means that you haven't logged in from your home machine before, just click 'Yes'</li> <li> A bunch of messages flash by, then an explorer window will open showing your network drive. The commands are a little different than a regular explorer window though. </li> <ul> <li> If you need to create a directory, like 'turnin' go to Commands->Create Directory... </li> </ul> <li> Then simply drag the your files into the directory you want. </li> <li> A dialog window will open, just click 'Copy' and the file will be copied to your network drive, depending on the size of the file, and your internet connection, it may take a few seconds to copy it over </li> <li> Now you're ready to turn in the file from the <a href = "https://www.cs.ucr.edu">WWWTurnin</a> site. </li> <li> When you're finished, just close the window, and click 'Ok'</li> </ul> </body> </html>