I have an application that I need to get a listing of available
printers from a remote cups server. I am not for sure the best way to
approach. I have considered fetching the http://IP.Address:631/printers
url and extracting printer names, but this seems not so clean. Any
ideas on a clean way to approach would be appreciated.
Thx.