Submitting Computer Files
Each student has an "upload" area for SIMG-211 class-related work.  This is area is a place that you can submit to your instructor whatever programs and projects you're currently working on for class. You simply follow the instructions below.

Submitting a file to your instructor is performed with a single command.
 You must be in the directory that contains the file to be submitted. Use "cd" as necessary to move to the proper directory. Then do one of the following:
  1. Assuming you wanted to submit "bob.pro", you might run this command:
  2. simg211-submit bob.pro

  3. If you need to submit multiple files, just list them on the same command line.  For example, let's say you wanted to submit a program that did some image processing, "distort.pro", and you wanted to submit "before and after" examples of the images. You might do it this way:
  4. simg211-submit distort.pro before.img after.img

  5. If you wanted to see the current contents of your SIMG211 upload area, you should use the "-l" option ("-l" is for "list"):
  6. simg211-submit -l

  7. You can use the -l option when submitting files; it will submit the files you specify, and then immediately list the upload area.  For example:
  8. simg211-submit -l distort.pro

  9. If you run into any problems, or the program tells you to contact me, please do so!  My office is in 76-2144, my phone is x7196, and my email address is <krz@cis.rit.edu>.
Thanks!

Bob Krzaczek