mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 23:15:24 +02:00
[198692] Use FTP LIST -a to list UNIX hidden files
This commit is contained in:
parent
5c162effc2
commit
78e7d6b002
1 changed files with 2 additions and 0 deletions
|
@ -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
|
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
|
Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
|
||||||
Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
|
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"?>
|
<?eclipse version="3.1"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -53,6 +54,7 @@ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
|
||||||
class="org.apache.commons.net.ftp.parser.UnixFTPEntryParser"
|
class="org.apache.commons.net.ftp.parser.UnixFTPEntryParser"
|
||||||
id="org.eclipse.rse.ftp.parser.Unix"
|
id="org.eclipse.rse.ftp.parser.Unix"
|
||||||
label="%FTPParser.UNIX"
|
label="%FTPParser.UNIX"
|
||||||
|
listCommandModifiers="-a"
|
||||||
priority="100"
|
priority="100"
|
||||||
systemTypeRegex=".*[Uu][Nn][Ii][Xx].*">
|
systemTypeRegex=".*[Uu][Nn][Ii][Xx].*">
|
||||||
</parser>
|
</parser>
|
||||||
|
|
Loading…
Add table
Reference in a new issue