MNSi Internet - Click Here To Return to Main Page
Services
Company Info
Contact Info
Billing
Help Desk
Web Links
Local Weather
Job Opportunities
Table Of Contents
Uploading Your Web Pages To MNSi
Empty Space Empty Space
Quick Links
Common Problems
Software Downloads
HTML Goodies - Tutorials
Webcom - HTML Help
 
Back to Help Desk
Back to Help Desk
 
Column Image
Empty Space
Table Image (Top Corner)

Uploading Your Web Pages To MNSi

The instructions and screenshots below apply to the popular FTP program, WS-FTP PRO (a freeware version is available for students and faculty members). However, the server and directory information will apply to any other FTP program, and the observant reader will have no problem translating the instructions to his or her application of choice.
 

1. The first step is to tell WS-FTP the server to which you wish to connect In the screenshot below, we clicked on New, then typed in "MNSi" for the Profile Name. This can be whatever name you like.

2. The Host Name/Address is important. It's ftp.mnsi.net.

3. Host Type can be left at Automatic Detect.

4. The User ID is your User ID.

5. Enter your password. If you do not wish to type it in every time, click the Save Pwd box.

6. Leave the Account field blank. You can enter a Comment if you like.

7. On the Startup tab, type public_html in the Initial Remote Site Folder field. You can also enter the path of the directory in which your web page files are stored, if you know what it is, in the Initial Local Folder field.

Image 1
 

8. After successfully connecting, you will be presented with a split screen. On your left is your local drive (your computer), and on the right is the remote system (the MNSi FTP Server).

9. Find the files you wish to transfer on your local drive. Your files must be copied to the public_html folder for people to be able to see them. Do not delete your public_html folder!

Image 2
 

10. Now simply drag the files you wish to make available on the Internet to the public_html folder. Make sure your home page is named either index.html or default.htm so it will be the first page displayed when people visit your web site.

11. To check your work, go to your web browser and enter the URL http://users.mnsi.net/~user, where user is your own User ID.

Image 3
 
Common Problems:
 
Web Page Disk Quotas

As you know, your account includes twenty megabytes of personal web space. We have implemented disk quotas to ensure everyone stays within their allocated space. If you find you can't upload files to your web site, it's most likely because you've reached your limit. Please remove any unwanted files from your directory if you run into this problem. If you're certain that you haven't reached your quota, please contact technical support.

How many web pages can you create with your twenty megabytes of web space? Our entire web site, including images, takes less than 5 megabytes (1,024 kilobytes = 1 megabyte).

 
My home page doesn't automatically show when the URL is loaded -

As noted above, please ensure that the page you wish to have as your home page is named one of index.htm, index.html or default.htm. Otherwise, visitors to your URL will only see a list of links to the files in your directory.

 
I've uploaded my files, but the images/links/applets don't work properly
First, be absolutely certain that all of your files have been copied to the MNSi server, into your public_html directory. If this has been done, the most likely problem is that the HTML tags which specify links or graphics are still pointing to files on your own hard drive. This happens most often if a graphical HTML editor (e.g., Netscape, FrontPage Express) was used to create the page; if you view the source code, you'll probably see something like

      <img src="file:///c:/...">

To correct the problem, you'll need to edit the links so that they properly reference the files you want loaded on the page (e.g., if the image you want displayed is in the same directory as the the page it should be on, then you simply need the tag to say <img src="filename.jpg">). If you are still unsure about the proper use of HTML tags, please consult an online HTML resource center like WebCom; please do not call MNSi Technical Support for aid in editing your HTML source code.
 
Top of the Page
 
Empty Space Table Image (Bottom Corner)
Side Column Footer Image