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.
我正在使用 shutil.copy() 将文件从一台服务器传输到网络上的另一台服务器,都是 Windows。
我已经使用 shutil 和 os 模块来完成许多自动化任务,但仅限于本地机器。是否有更好的方法将文件(我的意思是在性能方面)从一台服务器传输到另一台服务器?
是:使用 FTP,或者在 Python 中使用ftplib。
ETA:如果需要安全文件传输协议,paramiko是一个很棒的库。
用于许多自动化任务,但仅限于本地机器使用结构