From f90bc1961a4baff4824a0414c0ebdba9f24def4a Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Fri, 23 Feb 2007 20:15:23 +0000 Subject: [PATCH] [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. --- .../plugin.xml | 19 +++ .../rse/eclipse/filesystem/RSEFileCache.java | 144 ++++++++++++++++++ .../RSEFileStoreRemoteFileWrapper.java | 98 +++++++++--- .../services/ssh/files/SftpFileService.java | 12 +- .../model/SystemFileTransferModeRegistry.java | 10 +- 5 files changed, 258 insertions(+), 25 deletions(-) create mode 100644 rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/RSEFileCache.java diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.xml b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.xml index 146a0b53ab5..dbf8b2677fd 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.xml +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.xml @@ -33,6 +33,25 @@ Contributors: + +