From 78e7d6b00276bbbd8cd86dc1d82ddbb0d4d521b2 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 1 Feb 2008 12:54:33 +0000 Subject: [PATCH] [198692] Use FTP LIST -a to list UNIX hidden files --- rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml index 410640fd188..acdd65ef2a6 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml @@ -18,6 +18,7 @@ Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser +Martin Oberhuber (Wind River) - [198692] Use FTP LIST -a to list UNIX hidden files --> @@ -53,6 +54,7 @@ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser class="org.apache.commons.net.ftp.parser.UnixFTPEntryParser" id="org.eclipse.rse.ftp.parser.Unix" label="%FTPParser.UNIX" + listCommandModifiers="-a" priority="100" systemTypeRegex=".*[Uu][Nn][Ii][Xx].*">