We have a Java application server running on Sun Solaris. We now need to be able to write files and read files to/from a separate machine, which is running WindowsXP. These 2 machines are administered by 2 separate groups within the same firewall. If it is easier, we could use Java to write the file to Solaris and then use some 3rd party program to move the files to/from the Windows machine.
What is the best way to handle this?
Just one more piece of information: our group administers the Solaris machine and we could add software to that machine if necessary. But trying to get the other group to add any software to the Windows machine would be a major pain. So I would prefer a solution that does not require installing anything on the Windows machine.