Re: download an input list of folders in a txt file
If you can generate such list file, then you can probably generate a WinSCP script file like:
And run it with WinSCP:
https://winscp.net/eng/docs/guide_automation
get /dir1/sub1/mydirtodownload1/*
get /dir2/sub2/mydirtodownload2/*
get /dir3/sub3/mydirtodownload3/*
...
And run it with WinSCP:
https://winscp.net/eng/docs/guide_automation