标签: batch-file scheduler
我需要将文件从本地系统复制到ftp服务器。 我需要批处理文件,我将用它来安排Windows调度程序中的任务。 请提供示例。 我能够在本地系统上安排任务。
提前致谢!
答案 0 :(得分:0)
rsync -r folder/ user@server.com:/location_on_server
可以找到等效的Windows here