Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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:
get /dir1/sub1/mydirtodownload1/*
get /dir2/sub2/mydirtodownload2/*
get /dir3/sub3/mydirtodownload3/*
...

And run it with WinSCP:
https://winscp.net/eng/docs/guide_automation
Guest

You can definitely via scripting. But, that's programming though.
serran0

download an input list of folders in a txt file

Hi!

once I saved to a .txt file a list of directories to download, one for each raw, for example:
/dir1/sub1/mydirtodownload1/

/dir2/sub2/mydirtodownload2/
/dir3/sub3/mydirtodownload3/
...

how can the program read the .txt file and make it download all the raws in it?

Many thanks