Automatic synchronization

Advertisement

norbertj336
Donor
Joined:
Posts:
7
Location:
new york city

Automatic synchronization

I am trying to have remote directory update automatically...i.e. without ctl-s. Even with ctl-s I need to accept several screens. Ideally I would like to update my local directory and have remote reflect changes without any actions on my part. Is it possible? How?
\\// norbert

Reply with quote E-mail

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,603
Location:
Prague, Czechia

Re: Automatic synchronization

You can write a script for that.
Start here: https://winscp.net/eng/docs/guide_automation
Though rather than a one-off synchronization, you probably want keepuptodate command:
https://winscp.net/eng/docs/scriptcommand_keepuptodate
https://winscp.net/eng/docs/task_keep_up_to_date

You can also start synchronization (one-off or "keep up up date") in GUI automatically:
https://winscp.net/eng/docs/commandline#operations

Reply with quote

norbertj336
Donor
Joined:
Posts:
7
Location:
new york city

Re: Automatic synchronization

Many thanks. I managed to work it out after a fashion...but the links you gave will help.

After checking the appropriate parameters (many tries :-) ) and leaving keepuptodate open. Not smooth but works.
Thanks again.
\\// norbert

martin wrote:

You can write a script for that.
Start here: https://winscp.net/eng/docs/guide_automation
Though rather than a one-off synchronization, you probably want keepuptodate command:
https://winscp.net/eng/docs/scriptcommand_keepuptodate
https://winscp.net/eng/docs/task_keep_up_to_date

You can also start synchronization (one-off or "keep up up date") in GUI automatically:
https://winscp.net/eng/docs/commandline#operations

Reply with quote E-mail

Advertisement

You can post new topics in this forum