
148 USING THE M208’S ADDITIONAL OPTIONS: FTP Daemon
4 Change to the /dest directory that you want to print to.
cd dest/
destinationnam
e
5 Change the mode to correspond to the type of file to be printed. Choose binary
mode if the file to be printed contains both text and graphics and ASCII mode if
the file is text only. The default mode is always ASCII.
bin
6 Copy the file you want to print to this directory.
put
filename
The file is spooled and printed.
7 Logout of the FTP session.
quit
Removing a Print Job Using FTP
The following example shows how to remove a print job using FTP:
1 Login to the M208 using ftp.
ftp
ipname
2 Login as guest, root or anonymous.
3 Change to the /jobs directory
cd jobs
4 Display a list of current print jobs.
ls
Displays listing of all queued print jobs by their ID number.
5 Remove desired print job from the list.
del
jobname
6 Logout of the FTP session.
quit
Monitoring a Print Queue Using FTP
The following example shows how to monitor a print queue using FTP: