简体   繁体   English

如何使用批处理文件将文件从本地系统复制到ftp服务器-Task Scheduler

[英]How to copy file from local system to ftp server using Batch file- Task Scheduler

I need to copy files from local system to ftp server. 我需要将文件从本地系统复制到ftp服务器。 I require batch file which I will use to schedule the task in windows scheduler. 我需要批处理文件,它将用于在Windows Scheduler中计划任务。 please provide if example. 请提供示例。 I am able to schedule the task on the local system. 我能够在本地系统上安排任务。

Thanks in advance ! 提前致谢 !

rsync -r folder/ user@server.com:/location_on_server

Windows等效项可以在这里找到

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用任务计划程序使用批处理文件复制和重命名文件? - How to use batch file to copy and rename file using task scheduler? 批处理文件以将文件(名称_日期)从FTP服务器复制到本地目录? - Batch file to Copy files (name_date) from FTP server to local directory? 如何在Windows批处理文件中编写命令以将zip文件从FTP路径复制到计算机中的本地文件夹 - How to write command in windows batch file to copy a zip file from an FTP path to a local folder in my computer 如何使用任务计划程序和批处理文件运行SSIS包 - How to Run SSIS Package Using Task Scheduler and Batch File 如何使用批处理文件设置Task Scheduler Start in(可选)属性 - How to set task scheduler Start in(Optional) property using Batch file 如何将变量从批处理文件传递到任务计划程序 - How to pass variable from batch file into task scheduler 无法从任务计划程序执行批处理文件 - unable to execute a batch file from the task scheduler 将本地文件夹复制到FTP服务器的批处理文件失败,并在“ put *”上显示“无法打开文件” - Batch file to copy local folder to FTP server fails with “cannot open file” on “put *” Windows批处理文件可将文件从服务器复制到本地 - windows batch file to copy a file from a server to local 需要批处理文件从网络驱动器复制到我的本地系统 - require a batch file to copy from network drive to my local system
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM