Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试连接到一个安全的 sftp 站点,但是我无法列出该目录,但是,可以使用 python“expect”或 php“ssh2_connect”进行连接,但它给了我以下消息:已收到与 xx.xx.xx 断开连接。
如果我使用诸如 winscp 之类的 GUI 应用程序,我就可以访问 sftp 服务器并检索文件。
我需要编写脚本,因此需要一个 cli 界面。
PS:以防万一有人遇到这个。我正在尝试连接到 Avisena.com sftp 服务器
您可以使用paramiko轻松完成此操作,使用 Python 签出SFTP