【发布时间】:2019-03-21 12:46:50
【问题描述】:
Python 3.7 面料 2.4.0 无法连接远程电脑 使用端口 3389(如 mstsc),如果我正在尝试另一个端口 - 获取“无法连接到端口”
v = Connection(host=ServName, port=Port, user=User, connect_kwargs={'password': 's3cr3t'})
print(v.is_connected) #get False
v.run('dir') #get error (see img attach below)
【问题讨论】:
标签: python windows console remote-access fabric