How about my problem is the sig. I have to perform a java process that will be hosted on a Windows server (Server 1), this server will run the .jar which has to connect to another server Windows (Server 2) to find a file, read it, extract a fragment of text (this on server 2), hence create a file on server 1 with the fragment that was extracted from the file on server 2.
Is it possible to connect To server 1 with Server 2 using java ?. I did something similar but from windows to Linux opening an SSH connection from java but I do not like it like this.
Someone will have an example of how the connection between both servers would be made. It is what is causing me problems. Thanks again