Before electronically submitting you should have a compressed tar file, e.g., file.tar.gz sitting in your CS account. If you develop elsewhere, first sftp the tarball to your CS account:
  1. sftp the gzipped tar file to your CS account:
    	[andrewd@rafiki] ~/ > sftp access.cs.clemson.edu
    	andrewd@access.cs.clemson.edu's password: 
    	sftp> put file.tar.gz
    	file.tar.gz                 |       1273 kB | 1273.9 kB/s | TOC: 00:00:01 | 100%
    	sftp> quit
    	
  2. Now log in to your CS account:
    	[andrewd@rafiki] ~/ > ssh access.cs.clemson.edu
    	andrewd@access.cs.clemson.edu's password: 
    	Authentication successful.
    	
  3. Then submit your electronic gzipped tape archive file. The syntax for the command is:
    	sendlab.212.section lab file
    	
    For example:
    	[andrewd@access] ~ > sendlab.212.1 1 file.tar.gz 
    	Submission for 212 section 1 lab number 1 :
            	file.tar.gz
    	
For further information on the sendlab command, please see: handin/sendlab web page.