0
當我SFTP發佈到服務器使用此命令在Linux操作系統Ubuntu:子和調用SFTP命令
sftp -b /path/sftp_put [email protected]
它的行爲正確,但在使用時調用我的Python項目,如:
call(["sftp", "-b","/path/sftp_put",'[email protected]'])
它不工作,造成此錯誤:
Host key verification failed.
Couldn't read packet: Connection reset by peer
可能是它要求輸入密碼。 – 2014-10-11 13:45:10
爲什麼不使用像paramiko這樣的python sftp客戶端? – Daniel 2014-10-11 16:32:49