CPSC 405/605 Computer Graphics
Spring 2000
TTh 12:30--1:45 Jordan G032
handin electronic submission instructions <http://andrewd.ces.clemson.edu/courses/cpsc605/spring00/handin.html>

Before electronically submitting you should have a compressed tar file, e.g., <file.tar.gz> sitting in your VR account. To submit this file electronically, first ftp it to your CS account. Then use the handin command:

  1. First ftp the file from your VR account to your CS account, e.g., in my case, my gzipped tar file is in my ~/rainbow/research/x11/ directory:
    	[andrewd@hook] ~/rainbow/research/x11 > ls
    	fltk/           glx/            gtk-aw/         gtk-aw.tar.gz   xt/
    	glut/           gtk/            gtk-aw.old/     gtk-gl/
    	
  2. Now ftp the gzipped tar file to your CS account (don't forget to use binary transmission):
    	[andrewd@hook] ~/rainbow/research/x11 > ftp yoda.cs.clemson.edu
    	Connected to yoda.cs.clemson.edu.
    	220 yoda FTP server (SunOS 5.6) ready.
    	Name (yoda.cs.clemson.edu:andrewd): 
    	331 Password required for andrewd.
    	Password:
    	230 User andrewd logged in.
    	Remote system type is UNIX.
    	Using binary mode to transfer files.
    	ftp> binary
    	200 Type set to I.
    	ftp> put gtk-aw.tar.gz
    	local: gtk-aw.tar.gz remote: gtk-aw.tar.gz
    	200 PORT command successful.
    	150 Binary data connection for gtk-aw.tar.gz (130.127.48.10,2652).
    	226 Transfer complete.
    	120837 bytes sent in 0.23 seconds (510.75 Kbytes/s)
    	ftp> quit
    	221 Goodbye.
    	[andrewd@hook] ~/rainbow/research/x11 >
    	
  3. Now log in to your CS account:
    	[andrewd@hook] ~/rainbow/research/x11 > rlogin yoda.cs.clemson.edu
    	Password: 
    	Last login: Thu Feb 24 12:19:22 from hook
    	Sun Microsystems Inc.   SunOS 5.6       Generic August 1997
    	
    	Unauthorized access/use of this or any other Computer Science
    	machine is strictly prohibited.  Violaters will be prosecuted.
    	
    	yoda[41] ls
    	CSHRC          News/          gtk-aw.tar.gz  nsmail/        wabi/
    	LOGIN          XINITRC        lib/           public_html/
    	Mail/          bin/           mbox           tmp/
    	yoda[42] 
    	
  4. Then submit your electronic gzipped tape archive file. The syntax for the command is:
    	handin.405.1 1 <file>
    	
    For example:
    	yoda[42] handin.405.1 1 gtk-aw.tar.gz 
    	Submission for 405 section 1 asg number 1 :
            	gtk-aw.tar.gz
    	
     	Do you wish to continue with the submission [y/n] y
    	file gtk-aw.tar.gz:  120837 bytes copied
    	yoda[43] 
    	
For further information on the handin command, please see: The handin Command web page.