Step 1: Download and Install WinSCP
- Go to winscp.net and click Download WinSCP.
- Choose the Installation package (recommended over the portable version).
- Run the installer. When asked to choose an interface style, select Explorer — this gives you a single-window view that works just like your normal Windows folders.
- Click through the remaining steps and finish the installation.
Step 2: Create a New Site
When WinSCP opens, the Login dialog appears automatically. This is where you save your connection so you don't have to retype it each time.
- File protocol: Leave it on FTP (or change to SFTP if your professor specified it).
- Host name: Enter the server address provided by your professor.
- Port number: 21 for FTP, 22 for SFTP.
- User name & Password: Enter the credentials provided by your professor.
- Click Save to store the site, then click Login.
Step 3: Navigating in Explorer Mode
Explorer mode shows the server files in a single window — just like browsing your own computer. The left panel is a folder tree and the right panel shows the files in the current server folder.
Since your account is restricted to public_html, you should land there automatically. If not, look for a public_html folder and double-click into it.
Step 4: Uploading Your Files
WinSCP works just like Windows Explorer, so uploading is familiar:
- Open your project folder in a normal Windows Explorer window alongside WinSCP.
- Select your
index.htmland all your folders (css,images, etc.). - Drag and drop them into the WinSCP window. A confirmation dialog will appear — click OK or Copy.
- Watch the progress bar. When it disappears, your files are live.
You can also right-click files in your Windows Explorer window and choose Upload if WinSCP is open and connected.
How to Check Your Work
Open a browser and go to your subdomain:
http://firstinitial-lastname.lis458.com
If your site appears, you're done! If you see a file listing instead of your page, make sure your main file is named index.html (all lowercase) and not Index.html or home.html.
Pro Tips for WinSCP
- Overwrite prompts: If asked "File already exists — overwrite?", always choose Yes (or Yes to All) to replace the old version with your updated files.
- Keep Sessions: WinSCP saves your login as a "site" so you can reconnect in one click next time you open the program.
- Quick edit: Right-click any file on the server and choose Edit to open it in Notepad. When you save, WinSCP automatically uploads the change.