Windows 上的 Python 脚本访问 SFTP 站点

发布于 2024-10-21 14:43:22 字数 354 浏览 4 评论 0原文

我需要访问 sftp [电子邮件受保护] 每天凌晨 3 点将 20110310statement.pdf 获取到目录 $HOME\STATEMENTS

我不知道如何在给出用户名和密码并在 Windows 上计算日期字符串的脚本中执行此操作。

我建议使用 python,但我对任何脚本语言都持开放态度。

有什么指点吗?

I need to access sftp [email protected]
and get 20110310statement.pdf to a directory $HOME\STATEMENTS at 3am everyday.

I don't know how to do it in a script giving username and password and figuring the date string on Windows.

I suggest python, but am open to any scripting language.

Any pointers ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

残花月 2024-10-28 14:43:22

您尝试过 paramiko 吗?您可以使用 time 模块获取当前日期并根据需要设置其格式。

Have you tried paramiko? and you can use the time module to get the current date and format it however you please.

2024-10-28 14:43:22

您可能想考虑使用 cygwin 和 rsync 或 GoodSync,而不是从头开始构建某些东西或 MS SyncToy

Instead of building something from scratch, you might want to look at using cygwin and rsync or GoodSync or MS SyncToy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文