next up previous contents
Next: The Basics of Up: Getting Started With Previous: Checking and Killing

Printing your Programs and Other Files

You can print directly from porsche onto any of the CIS Department printers, by typing lpr filename directly from porsche. However, the CIS Department printers are located in rooms typically not accessible by undergraduates, and the main department printer in the CIS Department office (103 Smith) is NOT to be used for printing coursework. So, you should print your files by copying your files to strauss and then printing from there to a printer on campus in which you have access. You can copy your files by ftp. To ftp from porsche to strauss, type the following while on porsche:

ftp strauss

The ftp session goes as follows. Your responses are indicated in all-caps after the prompts; however, you should type them in small letters.

Connected to strauss.udel.edu.
220 strauss.udel.edu FTP server (Version wu-2.4.2-academ[BETA-15](1) Thu Dec 11 08:49:20 EST 1997) ready.
Name (strauss:pollock):  HIT CARRIAGE RETURN 
Password: TYPE YOUR PASSWORD HERE 
230 User pollock logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> PUT PROGRAM.C 
200 PORT command successful.
150 Opening BINARY mode data connection for hello.c.
226 Transfer complete.
219 bytes sent in 0 seconds (0.21 Kbytes/s)
ftp> PUT RESULTS.FILE 
200 PORT command successful.
150 Opening BINARY mode data connection for hello.c.
226 Transfer complete.
219 bytes sent in 0 seconds (0.21 Kbytes/s)
ftp> QUIT 
221 Goodbye.
%



Lori Pollock
Wed Feb 4 14:18:58 EST 1998