We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
这是我在浏览 docs 后发现的教程:
ssh-rsa 2048 xx:xx:xx:xx ..."
)现在创建一个名为
upload.txt
的文件,添加以下内容(并根据需要进行修改):接下来创建一个批处理文件
run.bat
> 使用正确的路径:运行批处理 检查示例文件
robots.txt 是否已下载到文件夹 D: 以及 examplefile.txt 是否位于服务器上的示例文件
夹中:https://winscp.net/eng/docs/script_upload_multiple_servers
PS:我是长期用户FileZilla,但到 2018 年 2 月他们还没有这个功能。所以 WinSCP 为+1。
Here is a tutorial that I figured out after going through the docs:
ssh-rsa 2048 xx:xx:xx:xx..."
)Now create a file named
upload.txt
, add the following content (and modify as needed):Next create a batch file
run.bat
with the right paths:Run the batch file.
Check if the exampe file robots.txt was downloaded to folder D: and if examplefile.txt is in the example folder on the server.
In case of multiple servers: https://winscp.net/eng/docs/script_upload_multiple_servers
PS: I am a long-time user of FileZilla, but by Feb 2018 they do not have this feature yet. So +1 for WinSCP.
据我所知,任何客户端都没有内置此功能,甚至 FTP 协议也没有内置此功能。
模仿这一点的一个客户端是 Cyberduck ,它具有“同步”功能,允许对您的文件夹进行任何更改使用时间戳同步上传到 FTP 服务器。
This feature isn't built into any client that I know of, or even the FTP protocol for that matter.
One client that mimics this is Cyberduck with it's "Synchronize" feature, allowing any changes on the folders you sync to be uploaded to the FTP server using timestamps.
您可以使用任何支持目录同步的 FTP 客户端。
以WinSCP为例:
https://winscp.net/eng/docs/task_synchronize
(我是WinSCP的作者)
You can use any FTP client that supports directory synchronization.
WinSCP for instance:
https://winscp.net/eng/docs/task_synchronize
(I'm the author of WinSCP)