Hi,
I want to make a quick little app to save time for something I have to do in work. I frequently have to upload a latest.gif to 4 different web servers using FTP programs. This is quite annoying so I decided I am going to try to make a PHP script that will upload the file to all 4 web servers at once from one form field and 1 submit button.
Does anyone know how I would do this?
The servers are all duplicated of each other and have the same password and username as well as paths etc.
It would be very handy if I could put this together and would be one less monotonous task for me to do every day.
Thanks in advance,
Martin
PS: This doesnt need to be too advanced, it just needs to upload the image to the 4 servers and to confirm that the upload worked.