FileSub is a web-based system which allows students to submit assigned
programs to instructors using a web form. Version 2 adds a web
interface for instructors, allowing them to create assignments and
download submitted work through a web page.
Instructors in programming courses often receive assigned programs as
email attachments. FileSub is an alternative which saves time and
trouble. It presents the student with a form that lists exactly what
must be sent, then checks that is, that files have the correct extension,
etc. In version 1, instructors use a command-line tool to define the
assignments. Version 2 adds a web-based interface for instructors. An
assignment editor allows the creation and modification of assignments,
and a download manager allows instructors to retrieve submitted work.
Files may be downloaded individually, or in groups as either a zip or
gzipped tar archive. The command line tools are still available as
well.... read more