Post a reply

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

X82

While I appreciate the reply, I am woefully out of skill when it comes to this. All I have at the moment is a list of ip's with filenames. How I progress further, I have no idea.
martin

X82 wrote:

care to share? I'm after something similar.

Just read the file line by line using Windows "for" command, generating WinSCP "get" command for each, saving all to a script file. Then run the script using WinSCP.
X82

care to share? I'm after something similar.
anthony_a

Re: Download Using a File List

anthony_a wrote:

Hi,

I need to download multiple files in batch mode reading the file names from a file - I have a file list (file_list.txt):

file_1.ext
file_2.ext
file_3.ext

How can I automate this so the whole list can be read & downloaded?

Thanks,
Anthony


No worries - I have figured it out.
anthony_a

Download Using a File List

Hi,

I need to download multiple files in batch mode reading the file names from a file - I have a file list (file_list.txt):

file_1.ext
file_2.ext
file_3.ext

How can I automate this so the whole list can be read & downloaded?

Thanks,
Anthony