Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Is ECF suitable for simple file transfer

Pascal,

The answer is YES.

The ECF plugin org.eclipse.ecf.fileshare defines the general behavior of  a file transfer application with characteristics as pausable, contracted by IFileTransferPausable, rate control, IFileTransferRateControlInfo and other useful things.

It is the responsibility for the implementer to provide these functionalities.
For now , only local file system and bittorrent are provided, as far as I know.
If you need other transports, it needs to be implemented using these API that best fit your needs.



--
Pierre-Henry Perret
Eclipse ECF committer

Back to the top