diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java index ce0315c68c1..2c02ea29365 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java @@ -13,7 +13,7 @@ * * Contributors: * Michael Berger (IBM) - Fixing 140408 - FTP upload does not work - * Javier Montalvo Orús (Symbian) - Migrate to jakarta commons net FTP client + * Javier Montalvo Orús (Symbian) - Migrate to apache commons net FTP client * Javier Montalvo Orus (Symbian) - Fixing 161211 - Cannot expand /pub folder as anonymous on ftp.wacom.com * Javier Montalvo Orus (Symbian) - Fixing 161238 - [ftp] connections to VMS servers are not usable * Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java index 68940d7ec93..7036ce01a35 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java @@ -15,7 +15,7 @@ * Javier Montalvo Orus (Symbian) - Fixing 140323 - provided implementation for delete, move and rename. * Javier Montalvo Orus (Symbian) - Bug 140348 - FTP did not use port number * Michael Berger (IBM) - Fixing 140404 - FTP new file creation does not work - * Javier Montalvo Orus (Symbian) - Migrate to jakarta commons net FTP client + * Javier Montalvo Orus (Symbian) - Migrate to apache commons net FTP client * Javier Montalvo Orus (Symbian) - Fixing 161211 - Cannot expand /pub folder as anonymous on ftp.wacom.com * Javier Montalvo Orus (Symbian) - Fixing 161238 - [ftp] expand "My Home" node on ftp.ibiblio.org as anonymous fails * Javier Montalvo Orus (Symbian) - Fixing 160922 - create folder/file fails for FTP service diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/schema/ftpListingParsers.exsd b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/schema/ftpListingParsers.exsd index 102445b8e5b..cc81de685e9 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/schema/ftpListingParsers.exsd +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/schema/ftpListingParsers.exsd @@ -111,7 +111,7 @@ languages which do not meet this requirement are included if a common alternative set of short month names is known to be used. This means that users who can tell us of additional such encodings may get them added to the list of supported languages by contacting -the jakarta-commons-net team. +the Apache Commons Net team. <strong> Please note that this attribute will NOT be used to determine a locale-based date format for the language. </strong> Experience has shown that many if not most FTP servers outside the United States employ the standard <code>en_US</code> date format