This page describes how to turning in a project remotely from a Mac laptop.
The overall process consists of two primary steps:
cd
<parent directory of your project directory>
cd ~/Desktop
scp
-r <project directory> <unix
username>@lore.cs.purdue.edu:
myproject
and my Unix
username was jsmith
scp -r myproject jsmith@lore.cs.purdue.edu:
ssh
<unix username>@lore.cs.purdue.edu
/usr/local/bin/turnin -c cs177=<section
number> -p <project name> <project
directory>
001
and the
project was named project1
(this
should be listed in the project description) and my
username and directory name were the same as before:ssh jsmith@lore.cs.purdue.edu /usr/local/bin/turnin -c cs177=001 -p project1 myproject
ssh
<unix username>@lore.cs.purdue.edu
/usr/local/bin/turnin -v -c cs177=<section
number> -p <project name>
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.