摘要: https://www.cnblogs.com/linn/p/4171208.html 阅读全文
posted @ 2022-02-25 15:51 明明就- 阅读(89) 评论(0) 推荐(0)
摘要: # coding=utf-8 import paramiko import os def DownLoadFile(sftp,LocalFile,RemoteFile): # 下载当个文件 file_handler = open(LocalFile, 'wb') print(file_handler 阅读全文
posted @ 2022-02-25 15:18 明明就- 阅读(638) 评论(0) 推荐(0)