Why jitaftp?
This project was born with my experience in Turin CNR - Research Institute (Consiglio Nazionale Ricerche) - in this period I had studied the method for colloquiate with server and I had worked on high efficiency web site. For big file upload on CNR server the only possibily it's use Ftp protocol but on java this header isn't implemented. The future users use the product in develop at CNR have necessity of make upload and download operation with big files. This project isn't the CNR system but my singular idea and isn't linked in nothing mode with Italian research entity.
For know what is jitaftp read follow...
What's jitaftp?
jitaftp it's java project which want to implement the all features of FTP protocol. In java base packages this protocol isn't archived and if one want's use this protocol the only method is download libraries from web.
I don't found nothing which worked using ftp protocol with my specified, for example nothing use compressed mode for transfer method or nothing implements the block trasmission mode but only stream mode. The objective of this project is implements all features of this protocol.