cups-ipp icon indicating copy to clipboard operation
cups-ipp copied to clipboard

Remote Connection only showing local printers

Open nashsaint opened this issue 5 years ago • 2 comments

I am able to connect to a remote server using

$client = new Client("username", "password", ["remote_socket" => "tcp://remote_ip:631"]);

but $printers = $printerManager->getList(); is only showing local printers.

Edit: This is a little confusing. Setting a printer as default will cause to appear in the getList(), but only that printer, nothing else.

nashsaint avatar Jan 20 '20 14:01 nashsaint

Same issue for myself. Anyone please help.

sudhakarameex avatar Jun 19 '20 14:06 sudhakarameex

@nashsaint Parameter ["remote_socket" => "tcp://remote_ip:631"]) did it for me, now I get the Printers from that Cups Server

wblessen avatar Sep 14 '21 12:09 wblessen