Python Forum
is there a way to mention port range or search for port dynamically with qConnection - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: is there a way to mention port range or search for port dynamically with qConnection (/thread-34868.html)



is there a way to mention port range or search for port dynamically with qConnection - Creepy - Sep-09-2021

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 ?