Currently I am using Apache's Commons Net library for transferring some application files(2KB to 200MB) from one AIX server to another through FTP protocol. I came to know that there is an another protocol exists i.e SDP(Socket Direct Protocol) through Infiniband or OFED (OpenFabrics Enterprise Distribution) which provides a high performance, low latency, reliable switch fabric to serve as a scalable I/O interconnect. Java 7 and above provide Java API for SDP for this protocol.
Can anyone elaborate on the significance and challenges in shifting from FTP to SDP.