Download Using a File List

Advertisement

anthony_a
Guest

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

Reply with quote

Advertisement

anthony_a
Guest

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.

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

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.

Reply with quote

Advertisement

You can post new topics in this forum