How to transfer files to our server

If you have Windows:

  1. If you access the internet via dialup line, dial in to us now
  2. Open an MS-DOS prompt window
  3. Set the default disk and directory to where you put the web pages. For example, if the pages are stored on the D: drive in top-level folder webpages, enter the following 2 commands:
    1. D:
    2. cd \webpages
  4. Now enter the command ftp www.nii.net
  5. When it prompts for username and password, enter your username and password
  6. It will give you an FTP> prompt, enter the command cd public_html. This sets it to the directory where your web page files are to be stored on our server.
  7. If you enter a dir command, it will list out all files that you have stored on our server.
  8. To transfer a file from your hard drive to our server, use the command: put filename, where filename is the name of the file.
  9. Repeat the put command for each file you want to transfer
  10. If you have graphics files (like .jpeg or .gif), you must use the command binary before doing the put's. When you want to send some more text files, use the ascii command to return it to text mode.
  11. You may use the dir command to see what files have been transferred at any time
  12. When you are all done, use the quit command to exit FTP

Your web pages are accessed via the url http://www.nii.net/~username, where username is your username

 

If you have a Macintosh: