Hello,
My application is uploading the same content to two storages. Firstly, application uploads files to the first ftp and then to another one. Is is possible to upload to both FTP simultaneously?
Thank you
Hello,
My application is uploading the same content to two storages. Firstly, application uploads files to the first ftp and then to another one. Is is possible to upload to both FTP simultaneously?
Thank you
Use ftp_nb_fput and have a loop which calls ftp_nb_continue for both handlers, alternating.
How can I do this in some PHP IDE ?
Can I upload a file from my local server to 2 remote servers in one go ... ?
both remote server has same folder structure as my local ... is there any PHP IDE which has a feature like this ?
(our production code base will be used by 2 clients, so we need this kind of feature)
Thanks, Amit