| Network Programming | Handing in Assignment 4 |
There is a submission program called handin to submit multiple files for grading. It is located in the course home directory ~cse533 .
The command line format is :
~cse533/handin Asgn4 file1 file2 . . . . . .
where file1 file2 . . . . . . are the list of file names to be submitted. Do not forget the Asgn4 preceding file1 file2 . . . . . . - it is important.
If there are no problems you will see a list of the names of all the files that were handed in, followed by a success message printed that shows the number of bytes that were saved (this will be less than the total number of bytes in all your files, because the handin program applies data compression to the handin before saving it). If something goes wrong, a negative message will be printed at the end instead. It is your responsibility to make sure that your handin was successful and that the proper files have been submitted.
You can check the log file, for example, by :
tail ~cse533/LOG
to make sure that your submission was successful.
If you try to resubmit having already previously submitted, the resubmission will fail unless you indicate your intention to overwrite the previous submission by giving the ‘-r’ flag as the first argument to handin :
~cse533/handin -r Asgn4 file1 file2 . . . . . .
You should be aware that, although you may submit your program more than once using handin, only the data from the most recent time you ran handin is saved. In particular, this means that you must hand in everything each time you run handin ; you cannot hand in “a little at a time.”