Windows Systems Programming: Spring 2004

[ Home | Syllabus | Course Notes | Assignments | Search]


Accessing ASP.NET server


Tranferring a file using console "ftp" program

  1. Connect to your internet service provider
  2. Goto the Start menu and select Run
  3. Type "ftp" into the open text box and select ok
  4. A "FTP Window" should appear with the prompt "ftp> ", type "open sensor.csnet.cs.odu.edu"
  5. You should then be prompted for a "User..." name, type the user name assigned to you (see above)
  6. You should then be prompted for a "Password", type your password (see above).
  7. Assuming all goes well, you should be logged into your .NET account and be placed at your home directory
    Change your local directory  (on your PC) to that containing your source code.   For example,
       lcd c:\cs477\assignments\assn3
  8. Change you working directory on the UNIX side to the place where you want to put this project. If you have already created a directory for this assignment, "cd" to that directory. Otherwise you can make a directory using
       mkdir assn3
       cd assn3
  9. To transfer your source files, use the "put" or "mput" command. For example to transfer assn3.aspx, type
        put assn3.aspx
    you should eventually get a "transfer complete" reply
  10. Type "quit" to terminate the ftp program

Transferring using browser

  1. open browser

  2. enter url "ftp://sensor.csnet.cs.odu.edu", you should be challenged to enter your username and password

  3. Assuming you are successful, you should see your server files in the browser window. You can cut and paste or drag and drop the files you want to put on the server.

NOTE: you must in inside the ODU CS firewall to access the server.


Copyright chris wild 1999-2004.
For problems or questions regarding this web contact [Dr. Wild].
Last updated: March 01, 2004.