filezilla 定时上传_自动安排每日上传与FileZilla中

本文介绍了如何利用WinSCP的脚本功能结合Windows任务计划器,实现每天自动用FileZilla替代方式上传PDF文件到GoDaddy托管站点。尽管FileZilla本身不支持自动传输,但可以借助支持自动化的WinSCP来实现,特别是对于SFTP或FTP协议。文章提供了一个典型的WinSCP脚本示例,并提到了PuTTY套件中的psftp.exe客户端作为另一种选择。
摘要由CSDN通过智能技术生成

I would like to use FileZilla to automatically upload PDFs to my GoDaddy hosted site daily, replacing the previous day's sheets. Is there any way to do this? I read online that batch files might work, could someone post a sample version of a batch file that would do the trick?

解决方案

FileZilla does not have any command line arguments (nor any other way) that allow an automatic transfer.

Some references:

Though you can use any other client that allows automation.

You have not specified, what protocol you are using. An FTP or an SFTP? You will definitely be able to use WinSCP, as it supports all protocols that FileZilla does (and more).

Combine WinSCP scripting capabilities with Windows Scheduler:

A typical WinSCP script for upload (with SFTP) looks like:

open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:x

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值