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

martin

Re: upload single file to multiple servers

It should not be difficult to create, say Perl/Python/PHP script, that takes you list of hosts and transforms it to WinSCP script.
AnthonyG70

upload single file to multiple servers

I am looking to upload a single file to multiple servers. The list would change depending on which clients were needing the upgrades. Would like to use a text or csv file with each ftp ip, username and password per row. The script would grab the entry -> connect -> upload one file -> disconnect when completed -> move onto next entry.

I am not that versed in writing code :(, but when you have close to 100 sites to upgrade regularly, I thought WinSCP would be a great alternative to doing it manually.