Python Forum

Full Version: is there a way to mention port range or search for port dynamically with qConnection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Current connection I have

qconnection.Qconnection(host='xyz',port=5000,username=usr,password=pwd)
Looks like port keeps changing everyday, is there a way to mention port range or search port dynamically ?