Click to See Complete Forum and Search --> : Need urgent solution for the Problem


d4devil
07-17-2010, 02:56 PM
Hello Every1,

The problem which I am stuck with is that I want to create an xml file on a remote location server whenever I run the script on my server. Now the remote location server can be running in any language e.g php, asp.net etc.

Well I have written a script, when runs, that generates an xml file on my server (that is running on php). Now I want to send that xml file to the remote location or I want a method by which I will be running a script on my server and creating the xml file on the remote server.

So any help will be really appreciated.

regards,

d4devil..

d4devil
07-19-2010, 12:23 PM
is there no one who can help me :(....

Charles
07-19-2010, 01:22 PM
I'm certainly not going to be able to help you without a great deal more detail.

sohguanh
07-20-2010, 03:41 AM
Well I have written a script, when runs, that generates an xml file on my server (that is running on php). Now I want to send that xml file to the remote location or I want a method by which I will be running a script on my server and creating the xml file on the remote server.


Let me try to understand.

Option 1
You run your script at Server A and the output is an XML file.
You want to transfer that XML file over to Server B

OR

Option 2
You run your script at Server A and the output is an XML file which reside in Server B

For performance reasons, I would choose Option 1 to let the script and output file reside in Server A.

Now to transfer the XML file over to Server B depend on your environment setup. FTP, RCP, SCP (more secure way) etc are just some ways to do file transfer between systems. But usually inter-system require some permission on each system and you may need to consult individual system Administrator and do co-ordination.