Uploading Your Web Pages to DANA using Internet Explorer

Besides being an Internet Browser, Windows Internet Explorer can also be used to upload files to and download files from an FTP server where you have an account. Follow these simple steps to connect to your DANA account to be able to publish your web pages.


To begin, launch (double click) Internet Explorer. Once the window is open put in the following address into the Address window...

ftp://your_user_id@dana.ucc.nau.edu

...where your_user_id is your DANA UserID. Notice in the image below, mine is "mjb9" so my address is...

ftp://mjb9@dana.ucc.nau.edu

Next you will be prompted for your password. Provide your DANA password in the space provided.

You should then be connected to DANA and see something like this...

Notice, I've highlighted the public_html folder. This is where you will put your Web Pages because it is the only location that the public has access to. You will need to double click on it to open it.

Once you've entered the public_html folder, you can upload your files and folders that you want to make available on the Internet.

Simply drag them into the correct location. For example, if you created a working folder on your desktop called etc667, you can simply drag it from the desktop to this open public_html folder window on DANA and it will be copied there with all of its subfolders and files.

You can also create a new folder for your web pages. If you click on "File" and select "New" you can create a new folder. Just remember that it is not a good idea to use spaces and the folder names are case sensitive.

Once you've created your new folder, double click on it to enter it. You can then drag your files from your local computer to the DANA server, in the same way you would drag a file or folder from one location to another on your computer.

Provided you named your opening page in your folder "index.html" you should be able to view your pages on the Internet by going to the following address...

http://dana.ucc.nau.edu/~your_user_id/folder_name

...where your_user_id is your DANA UserID and the folder_name is what ever you called your folder. Don't forget the ~ before your UserID. For example, if I wanted to view my etc599 folder on my DANA account, my address would be...

http://dana.ucc.nau.edu/~mjb9/etc599