1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[198692] Use FTP LIST -a to list UNIX hidden files

This commit is contained in:
Martin Oberhuber 2008-02-01 12:54:33 +00:00
parent 5c162effc2
commit 78e7d6b002

View file

@ -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
-->
<?eclipse version="3.1"?>
<plugin>
@ -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].*">
</parser>