|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Speeding Shipping, Improving Compliance – Read the ScanCode Systems Case Study |
|
#1
|
|||
|
|||
|
php to multiple ftp?
I've read the php manual and understand the ftp/php commands to connect to my ftp server, login and upload files.
Is it possible to connect to two (2) different ftp servers at the same time? Basically, I'm working on a form, part of the form will upload a clients image to two (2) seperate servers. I would like to do this in one swoop, press submit, the form is entered and the images upload to both servers. I can get it to upload to one, but am not sure where to start to upload to both at the same time. Any help is appreciated. Thanks, ![]() |
|
#2
|
|||
|
|||
|
You can connect to two FTP servers in one round trip to the server. You could connect to 100 if you wanted to. I'd suggest that you open one connection, do the file transfer, close the connection and then open another one.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > php to multiple ftp? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|