Re: Emailing the whole folder from server after files update
That's a huge task to ask for. WinSCP scripting cannot ZIP files nor send emails. You can use the WinSCP script to download the files. And then ZIP them locally using any command-line ZIP tool and send the ZIP.
Part of that is shown in:
https://winscp.net/eng/docs/script_email
Though more reliable approach would be to use some high-level (scripting) language, like PowerShell.
If you need more programming help, you better ask as Stack Overflow.
(post a link here if you do)
Part of that is shown in:
https://winscp.net/eng/docs/script_email
Though more reliable approach would be to use some high-level (scripting) language, like PowerShell.
If you need more programming help, you better ask as Stack Overflow.
(post a link here if you do)