Whole document tree
11.2. RFC1179 (LPD) ConnectionIn this mode of operation the print server actually operates as a very limited BSD print spooler. These limitations include:
For the above reasons, using RFC1179 to transfer jobs to a printer should be regarded as the least desirable option. Please see The RFC1189 Protocol for a detailed discussion of the RFC1179 protocol. In order to use the RFC1179 transfer operation you must have a printcap entry for the printer that provides:
The following is an example of a simple printcap entry that can be used to send a job to a remote printer using the RFC1179 protocol: # LPRng syntax # :lp value is 'where to print the job' lp: :lp=raw@10.0.0.1 # OR Vintage BSD Print Spooler Syntax # (LPRng supports this as well) # :rp = remote printer, :rm = remote machine or host lp: :rp=raw:rm=10.0.0.1 If you wish to transfer jobs to a print spooler without using the full LPRng lpr program, the Perl lpr_in_perl program in the LPRng Distribution UTILS directory can be used for testing and tutorial purposes. |