Overview

This page describes how to turning in a project remotely from a Mac laptop.

The overall process consists of two primary steps:

  1. Transfer your project files to your home directory on lore
  2. Use the command named “turnin” on lore to submit your files for grading

From Mac OS X (and other Unix-like operating systems)

cd ~/Desktop
scp -r myproject jsmith@lore.cs.purdue.edu:
ssh jsmith@lore.cs.purdue.edu /usr/local/bin/turnin -c cs177=001 -p project1 myproject
ssh jsmith@lore.cs.purdue.edu /usr/local/bin/turnin -v -c cs177=001 -p project1

Note: If you need to do these steps again, you should rename your project directory (in the examples the project directory was named myproject) so that your latest code gets submitted.

Note: Remember to use the same turnin id as your lab.