Re: loop winscp
Two options:
1) Implement upload script according to this guide:
https://winscp.net/eng/docs/guide_automation
Run upload from a batch fiel (.bat) like:
2) Possibly better option, use keepuptodate command:
https://winscp.net/eng/docs/scriptcommand_keepuptodate
1) Implement upload script according to this guide:
https://winscp.net/eng/docs/guide_automation
Run upload from a batch fiel (.bat) like:
:again
winscp.com /script=script.txt
goto again
2) Possibly better option, use keepuptodate command:
https://winscp.net/eng/docs/scriptcommand_keepuptodate