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.
当通过 scp/sftp 提取数据时,哪些 python 模块可以启用带宽限制(如果有)?
我的目标是编写一个 python 脚本,该脚本将从一系列数据中心通过 sftp 或 scp(首选 sftp)提取数据?但是,我需要强制实施带宽限制,因为我将从中提取的一些服务器带宽较低。
我想过可能有一个 rsync 包装器,但是还有其他东西可以让我选择从我刚刚检索到的数据中心删除文件吗?
谢谢,--罗伯
pyftpdlib支持带宽限制和 SSL。
帕拉米科也可能是一种选择