Mondenet Technical Services, Inc.
MicroSoft Setup
Windows 3.1
Windows 95/98
Windows NT4

Macintosh Setup
Fetch
Stuffit

Internet Programs
E-Mail Setup
Eudora Light
Netscape 3.x
Netscape 4.0x
Netscape 4.5x
Outlook 97
Internet Mail
Outlook Express

News Setup
Forte Free Agent
Pointcast
Outlook Express News

Internet Relay Chat
mIRC 5
vIRC

FTP
FTP from DOS-prompt
WS_FTP
Cute FTP
Netscape Composer

File Transfer Protocol
You are able to upload your personal web pages to Mondenet with Windows 95/98 using the FTP (file transfer protocol) component of the Internet Protocol (TCP/IP).
  1. Connect to the Internet
  2. Ftp is run from a DOS prompt
    • Click on the Start button
    • Select Run
    • in Open, type command


  3. Change to your HTML directory, where you've saved your webpage files
    • For example, cd c:\html
  4. Start FTP
    • At the command prompt, type ftp www.mondenet.com
  5. At the Name: prompt, enter your username and hit Enter
  6. At the Password: prompt, enter your password and hit Enter
  7. At the ftp> prompt you are placed in your home directory. Here you change directory to your web directory. Use this command:
    • cd public_html (unless we host your domain)
  8. Prepare to upload your files with the following commands:
    • bin (for binary files)
    • prompt
    • hash


  9. To transfer files, including your web page (which must be named index.html) and images (gif or jpg), use these commands:
    • put to upload files to the webpage (or the "remote server")
    • get to download files to your hard drive (or the "local computer")
      • e.g. put index.html
    • dir or ls to list the files on the remote computer


  10. When you are finished transferring your files, type quit to finish.