Step 1: Download and Install Core FTP LE
Make sure you get the LE version — that stands for "Lite Edition," which is the free version for students.
- Go to the Core FTP download page.
- Select Core FTP LE (free version).
- Run the
.exefile and follow the "Next, Next, Finish" steps. - Open the program. When you first open it, a Site Manager window will usually pop up automatically.
Step 2: Setting Up Your Connection
The Site Manager is where you save your school login so you don't have to type it every time.
- Site Name: Give it a name like "School Project."
- Host / IP / URL: Enter the server address provided by your professor.
- Username & Password: Enter the credentials your professor gave you.
- Connection: Leave it on FTP (unless your professor specifically said "SFTP").
- Port: Leave this at 21 (or 22 for SFTP).
- Click Connect at the bottom.
Step 3: Navigating the Interface
Core FTP uses a "Split Screen" view:
- Left Side: Files on your Windows PC.
- Right Side: Files on the Web Server.
Since your professor has "jailed" your account to the public_html folder, the right side should look mostly empty. That empty space is exactly where your website files need to go.
Step 4: Uploading Your Files and Folders
Windows makes this easy because Core FTP works just like your normal file folders.
- On the Left Side, browse to your project folder.
- Highlight your
index.htmlfile and all your folders (css,images, etc.). - Click the Up Arrow icon in the middle of the two screens, OR right-click the highlighted files and select Upload.
- Watch the progress bar at the bottom. Once it hits 100%, your folders have been recreated on the server.
How to Check Your Work
Once the Transfers window says "Complete," open your web browser and go to your subdomain:
http://firstinitial-lastname.lis458.com
If your site appears, you're all set! If you see a list of files instead of your page, double-check that your main file is named index.html and not Index.html or home.html.
Fixing "Hidden" File Extensions in Windows
Windows sometimes hides the .txt extension. If your file is secretly named index.html.txt, your website won't load.
To fix this on Windows:
- Open any folder on your computer.
- At the top menu, click View.
- Look for the checkbox that says File name extensions and check it.
- Now look at your
index.htmlfile. If it actually saysindex.html.txt, right-click it, choose Rename, and delete the.txtat the end.
Pro-Tips for Core FTP Users
- If you ever get a popup saying "Overwrite?", it means you already uploaded a version of that file and you're uploading a newer one. Always click Yes or Overwrite All to make sure your most recent homework is what people see online.
- Core FTP might look intimidating with all the tiny icons, but Left Side = You and Right Side = The Web is all you really need to remember!