Re: [Tutor] FTP GET from Variables Stored in File

2015-06-03 Thread Alan Gauld
On 03/06/15 17:49, Eric Grey wrote: declarations in a script. So I have the name of each file (i.e., apple.txt, blue.txt) in a separate "seed file" that I want the script to read in and treat each line of the "seed file" as the variable I want to request the FTP GET on. So something like: seed

[Tutor] FTP GET from Variables Stored in File

2015-06-03 Thread Eric Grey
I'm fairly new to programming and as a result, Python too. I've been researching the Tutor archives trying to find a solution to my need, however, haven't stumbled across the exact example and are now in information overload. Wondering if I could get some help? I have the need to perform an FTP