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: Secure File Transfer Protocol が必要な場合は、paramikoが最適なライブラリです。
多くの自動化タスク用ですが、ローカル マシン使用のファブリックに限定されます