We're also exploring 3rd party options like
THIS
Has anyone tried using these? I'm just worried about using Jsch if it would perform well in a real time file transfer requirement.
Bascially, the setup we want is this.
(Two way file transfer)
Server1-outbound folder ---> Server2-inbound folder
Server2-outbound folder ----> Server 1-inbound folder
Basically file transfer is initiated when a file is dropped off at an outbound folder from either server.
Is this possible in java APIs such as jsch? or third party tools like those in the link I posted is better suited for this?