I’ve search the forum quite a bit but have not been able to find a scenario like this. I need to automate Ftp uploads where I have several files that need to be uploaded to many different sites. The password/user id are the same for all sites.
I am not sure if a CSV file can be used for the list of urls and corresponding files since the list has to point to local files to be uploaded. Maybe this is a job for Ruby or Perl that can easily parse CSV. Or, there may be a stand-alone program to handle this situation. I’d appreciate some direction in this venture. THanks.
As always, thank you. I have to now take a look at curl since this is new to me. Any curl examples that you can point to which may get me started? Appreciated.