SSH Connection with Python 3.0

后端 未结 6 1381
余生分开走
余生分开走 2020-12-03 18:53

How can I make an SSH connection in Python 3.0? I want to save a file on a remote computer where I have password-less SSH set up.

6条回答
  •  离开以前
    2020-12-03 19:17

    It might take a little work because "twisted:conch" does not appear to have a 3.0 variant.

提交回复
热议问题