Windows 上的 Python 脚本访问 SFTP 站点
我需要访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过 paramiko 吗?您可以使用
time
模块获取当前日期并根据需要设置其格式。Have you tried paramiko? and you can use the
time
module to get the current date and format it however you please.您可能想考虑使用 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