[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[provisioning-dev] ECF and EFS living together happily
|
- From: Scott Lewis <slewis@xxxxxxxxxxxxx>
- Date: Wed, 18 Apr 2007 09:51:38 -0800
- Delivered-to: provisioning-dev@eclipse.org
- User-agent: Thunderbird 1.5.0.10 (Windows/20070221)
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