1
I have a system A which sits on a server a. And I have another system B that stays in another server B.
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
. There would also be the possibility of creating a link where System B would access these files from System A. However, System B cannot ("It does not have to have") access to anything from System A.
How can I send files on separate servers?
I know the question may seem broad, and it probably is. But what I need is a direction. I can’t imagine how to begin.
It’s an interesting solution. I’ll look at it
– Andrei Coelho
What if the servers are linux? It works too?
– Andrei Coelho
Yes, but for Linux servers you can create an application with . NET Core or else Nodejs. There is a Nodejs development center for Azure where you can consume all cloud resources using opensource technologies.
– Thiago Lunardi
Thanks for the option Thiago.
– Andrei Coelho