python在windows下如何交互式编程
伊谢尔伦
伊谢尔伦 2017-04-18 09:03:06
0
3
515

python如何使用windows下的ssh.exe scp.exe等工具登录linux机器,并且执行几条命令?
在linux下可以用pexpect模块实现,但是在windows下似乎不能用这个模块,该怎么做,谢谢

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
左手右手慢动作

window seems to have the winpexpect module.

Ty80

Perhaps, you can change your mind and find an SSH client library directly, such as:
http://www.fabfile.org/
or
http://www.paramiko.org/

Peter_Zhu

If you change your mind, you can actually use Jupyter Notebook. You can either install the Windows version or set up a notebook server on Linux for access

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!