WinSCP FTP setting to continuously monitor changes and download

孤者浪人 提交于 2020-01-03 05:27:09

问题


We are two developers working from different country. I want WinSCP to continuously monitor changes in FTP directories and when my partner modify any file, I want it to automatically download the changes to my local directory.


回答1:


As @eRIZ commented, using WinSCP for this task may not be an ideal solution. Using revision control system, such as git, would be a way better.

Anyway to answer your question:

  • Setup a synchronization script. You will need to use the synchronize local command in particular. For general instructions, see the guide to automating file transfers (or synchronization) to FTP server.
  • Schedule the script to run in regular (frequent) intervals using Windows Windows Scheduler. See the guide to scheduling file transfers (or synchronization) to FTP server.

See also Batch script to watch for changes on FTP server.



来源:https://stackoverflow.com/questions/20372868/winscp-ftp-setting-to-continuously-monitor-changes-and-download

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!