Hi,
We are using edtFTPj/Free, and wondering what are our options for improving performance. Currently in one transfer, we want to transfer files that total about 24GB, and it takes 8 minutes to do the transfer. Some options I thought of:
1) Upgrade to edtFTPj/Pro, and use asynchronous methods.
http://enterprisedt.com/products/edtftp ... thods.html. This will essentially implements multi-threading for us, even though our code does not have multi-threads
2) Upgrade to edtFTPj/Pro, and try the MODE Z data compression (if my FTP server supports it).
http://enterprisedt.com/products/edtftp ... ssion.html3) In our code, compress the files into a single zip before transferring
4) Does it help to add a CPU core to our virtual machine that's running our code?
5) Any other options?
There's a page in the manual on 'how to make transfers faster', but it's blank:
http://enterprisedt.com/products/edtftp ... aster.html. What are the contents on this page?
Thank you
E