Example of an FTP Session
This is an example of a typical FTP printing session:
System> ftp 150.10.2.101 Connected to 150.10.2.101.
220 JD FTP Server Ready
Name (150.10.2.101:root): Kelli
331 Username OK, send identity (email name) as password. Password:
230-
Directory: | Description: |
|
| ||
PORT1 (default) Print to port 1 (HP LaserJet 4000) | ||
PORT2 | Print to port 2 | (HP Color LaserJet 4500) |
PORT3 | Print to port 3 | (unknown device) |
To print a file use the command: put <filename> [portx]
or 'cd' to desired port and use: put <filename> Ready to print to PORT1
230 User logged in.
Remote system type is UNIX.
Using binary mode to transfer files. ftp> pwd
257"/" is current directory. (default port is PORT1: HP LaserJet 4000)
ftp> cd port1
250CWD command successful ftp>pwd
257"/PORT1" is current directory. (HP LaserJet 4000) ftp> bin
200Type set to I ftp> put test
200PORT command successful
150Opening data connection...
226Transfer complete.
18bytes sent in 0.00 seconds (37.40 Kbytes/s) ftp> quit
221Goodbye
System>
script done on Mon Apr 12 16:50:24 1999
80 FTP Printing
EN