What are the various options for fast file transfers? I know that quickly is a relative term. Basically, one of the components (Tibco) is used to transfer files (up to 500 MB in size) from our local folder to the client folder (B2B zone). This component internally uses the SFTP protocol, and we found that its implementation is rather slow (3/4 hours are required). What are the alternatives to this? 1) Can Zero MQ be used to transfer files? 2) Tibco has another managed file transfer that internally uses the RocketStream protocol (http://support.rocketstream.com/docs/RS12/server/index.html?the_rocketstream_protocols.html), which they claim is very fast . 3) Can Apache Camel (FTP component) be used in such cases? Delays and security are major concerns.
source
share