Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[provisioning-dev] ECF and EFS living together happily

Hi Folks,

FYI...ECF has a new plugin that implements the ECF filetransfer API using EFS (Eclipse File System). The point of this is that now any code that uses the ECF filetransfer API (e.g. the equinox provisioning incubator code), will transparently be able to use any EFS implementations for file transfer...e.g.

efs:file://c:/foo.txt
efs:ftp://ftp.eclipse.org/foo/bar.txt
etc.

This is intended to be in support of the 'protocol pluggability' technical goal WRT the provisioning work.

The plugin is:  org.eclipse.ecf.provider.filetransfer.efs and is in






Back to the top