You must be a client of server rucs2(rucs) or login to the server in order to submit: (by telnet rucs2)
Submit a program (with filename):
submit itec310-01 filename
or programs
submit itec310-01 file1 file2 file3 ...
----------------
Check submission:
submit itec310-01 -ls
Note: the 2nd submission using the same filename will override the previous
submitted file
----------------
If you want to submit a whole directory( dir_name), do the
following:
tar -cvf dir_name.tar dir_name
uuencode dir_name.tar dir_name.tar > dir_name.uu
submit itec310-01 dir_name.uu
----------------
If you want to submit a binary file such
as a WORD file, do the following:
uuencode name.doc name.doc > name.uu
submit itec310-01 name.uu