Re: get with files in a list
Just repeat the
If the folders are the same always, you can even use a single
See https://winscp.net/eng/docs/scriptcommand_get
get
command as many time as you need:
winscp.com /command "open ..." "get users/revision/file1.pdf \daten\" "get users/revision/file2.pdf \daten\" "get users/revision/file3.pdf \daten\" ...
If the folders are the same always, you can even use a single
get
command like:
winscp.com /command "open ..." "cd users/revision" "get file1.pdf file2.pdf file3.pdf ... \daten\" ...
See https://winscp.net/eng/docs/scriptcommand_get