get with files in a list
Hello,
in a program I check what files I need to download onto my computer. Now I have a do while what calls winscp with the new file name. But it takes long to open and close the connection.
The file names change with each program call. Is it possible to store the file names in a separate file list like file.txt and call winscp including the filelist.txt somehow to download all filenames included in the file file.txt?
Thanks
Wolfgang
in a program I check what files I need to download onto my computer. Now I have a do while what calls winscp with the new file name. But it takes long to open and close the connection.
winscp.com /command "open sftp://revision:test#1@sftp.mysftp.test.com/ " "get users/revision/file1.pdf \daten\
Thanks
Wolfgang