VJ.
VJ.

Reputation: 55

upload and access files from one server to another in php

I have 2 servers called server A and server B. Now I want to host my site on server A and when some one upload any data images,videos etc i want upload these data on server B is it possible ?

Upvotes: 0

Views: 54

Answers (1)

nullexception
nullexception

Reputation: 78

Server A could connect to server B via. SSH and send the file that way or you could use cURL to send your files to the other server.

Upvotes: 1

Related Questions