diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
index 3a596f447a4..182f9f1c0d0 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
@@ -26,3 +26,10 @@ FtpSystemDescription=Connection for FTP access to remote systems
Files=Files
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.
+
+FTPParser.UNIX=UNIX
+FTPParser.MVS=MVS
+FTPParser.WinNT=WinNT
+FTPParser.OS2=OS2
+FTPParser.OS400=OS400
+FTPParser.VMS=VMS
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 6a8e35cff3f..8cf69528984 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
@@ -50,32 +50,32 @@ Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to
+ label="%FTPParser.UNIX">
+ label="%FTPParser.MVS">
+ label="%FTPParser.WinNT">
+ label="%FTPParser.OS2">
+ label="%FTPParser.OS400">
+ label="%FTPParser.VMS">