Re: accessing a remote CUPS server

Ekkard Gerlach <[email protected]> Mon, 14 Sep 2009 17:06:24 +0200
Newsgroups gmane.comp.kde.kdeprint
Organization private
Message-ID <[email protected]>
* Wolfgang Jeltsch schrieb:

[...]
> of the CUPS server. All I want to do is to fetch the list of printers from the 
> server, and send jobs to arbitrary printers via the server.

1. insert the ipp:// -queues of the server to your /etc/cups/printers.conf. 
   It's ONE cp-command. 
   Change the IP of the queues to your Server if the printer are not 
   connected by network directly - if you want.

2. copy all ppd-Files of the Server /etc/cups/ppd/* to your PC. 
   It's one cp-command. 

3. restart cups. 

Where is the problem? Its not much work. 
Okay, some printers need prorietary wrapper .. like some samsung or minolta 
printers. Thats a little bit more complicated. Perhaps you send pure 
postscript files to the printer queue of the server. As disatvantage you 
don't have printer options available on your client. 

Ekkard