如何通过 python 远程启动 cgi 脚本
How to launch cgi script on remote via python
我想知道是否有 python 替代以下 curl 命令的方法:
curl https://$ip/some_folder/some_script.cgi -k -u $user:"$pass" --interface $some_ip --connect-timeout 20 --max-time 30 -s
抱歉,如果这个问题太基础了,但我是一个 python 菜鸟。
提前感谢您的帮助。
我想知道是否有 python 替代以下 curl 命令的方法:
curl https://$ip/some_folder/some_script.cgi -k -u $user:"$pass" --interface $some_ip --connect-timeout 20 --max-time 30 -s
抱歉,如果这个问题太基础了,但我是一个 python 菜鸟。
提前感谢您的帮助。