I have a A system that sits on a A server . And I have another B system that sits on another B server.
System A needs to send files to system B. Of course, if they were on the same server I could do it with a move_upload_file
. It would also be possible to create a link in which System B would access these files from System A. However, System B can not ("Must not have") access to any of System A.
How can I send files to different servers?
I know the question may seem broad, and it probably is. But what I need is a direction. I can not even begin to figure it out.