Re: FTP to FTP / Backup and Upload between FTP (Batch Script)
1) See https://winscp.net/eng/docs/guide_schedule
2) WinSCP cannot generate folder names based on order of a week days. You would have to get the number outside of WinSCP and pass it to it. E.g. using an environment variable. Ultimately that means that you will be scheduling a batch file (or other script), not WinSCP directly. So part of 1) won't apply anymore.
See https://stackoverflow.com/q/11364147/850848
https://winscp.net/eng/docs/scripting#variables
Easier would be to use date (
https://winscp.net/eng/docs/scripting#timestamp
2) WinSCP cannot generate folder names based on order of a week days. You would have to get the number outside of WinSCP and pass it to it. E.g. using an environment variable. Ultimately that means that you will be scheduling a batch file (or other script), not WinSCP directly. So part of 1) won't apply anymore.
See https://stackoverflow.com/q/11364147/850848
https://winscp.net/eng/docs/scripting#variables
Easier would be to use date (
yyyy-mm-dd
or similar) or a week day name (ddd
) in the folder name, as that's what WinSCP can do.
https://winscp.net/eng/docs/scripting#timestamp