From b5b7d8ff0bba4cc13e55647fc376f07d08727f02 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Tue, 1 Jul 2008 18:03:34 +0000 Subject: [PATCH] removed obsolete information regarding the old FtpClient host object and fixed the constructor's example code accordingly --- helma/Ftp.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/helma/Ftp.js b/helma/Ftp.js index 0613f3f6..75d40c0e 100644 --- a/helma/Ftp.js +++ b/helma/Ftp.js @@ -16,7 +16,7 @@ /** - * @fileoverview Default properties and methods of the FtpClient prototype. + * @fileoverview Default properties and methods of the FTP prototype. *

* To use this optional module, its repository needs to be added to the * application, for example by calling app.addRepository('modules/helma/Ftp.js') @@ -37,10 +37,8 @@ if (!global.helma) { *

* @class This class represents a FTP client, providing * access to an FTP server. - * The FTP client needs Daniel Savarese's NetComponents - * library in the classpath in order to work. * - * @example var ftp = new FtpClient("ftp.mydomain.com"); + * @example var ftp = new helma.Ftp("ftp.mydomain.com"); * @param {String} server as String, the address of the FTP Server to connect to * @constructor */