So I have a bit of an issue. I need to make it so that files are automatically transferred from one server to another. The originating server using a linux OS and runs an php web application. The second uses a windows OS and runs ASP.NET 2.0 applications most written in C#. It is not an option to install php on the windows servers. The two servers do not have visibility of one another.
I'm considering writing a webservice in ASP.NET that can be called from PHP, passing the needed file as a parameter. Unfortunately, I'm not sure how (or if) I can pass a file from PHP that can be read through an ASP.NET language (such as C#).
Can anyone give me some advice?
I'm considering writing a webservice in ASP.NET that can be called from PHP, passing the needed file as a parameter. Unfortunately, I'm not sure how (or if) I can pass a file from PHP that can be read through an ASP.NET language (such as C#).
Can anyone give me some advice?
Comment