gpt4 book ai didi

batch-file - 用于监视 FTP 服务器上更改的批处理脚本

转载 作者:行者123 更新时间:2023-12-01 22:40:01 24 4
gpt4 key购买 nike

我想让一个批处理脚本能够监听我的 ftp 服务器,并在每次有新文件上传到 ftp 服务器时将文件下载到我的电脑。

有什么想法吗?我使用 WinSCP。

最佳答案

您可以使用 WinSCP scripting与其 synchronize command :

:Loop
winscp.com /command ^
"option batch abort" ^
"open <session>" ^
"synchronize local <local directory> <remote directory>" ^
"exit"
timeout 10
goto :Loop

在 Windows XP 和更早版本上,使用 ping -n 10 127.0.0.1 而不是 timeout 10


另请参阅:

关于batch-file - 用于监视 FTP 服务器上更改的批处理脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16239371/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com