Changeset 9138

Show
Ignore:
Timestamp:
07/01/08 20:03:34 (2 months ago)
Author:
zumbrunn
Message:

removed obsolete information regarding the old FtpClient host object and fixed the constructor's example code accordingly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/modules/trunk/helma/Ftp.js

    r8935 r9138  
    1717 
    1818/** 
    19  * @fileoverview Default properties and methods of the FtpClient prototype. 
     19 * @fileoverview Default properties and methods of the FTP prototype. 
    2020 * <br /><br /> 
    2121 * To use this optional module, its repository needs to be added to the  
     
    3838 * @class This class represents a FTP client, providing  
    3939 * access to an FTP server. 
    40  * The FTP client needs Daniel Savarese's NetComponents  
    41  * library in the classpath in order to work. 
    4240 *  
    43  * @example var ftp = new FtpClient("ftp.mydomain.com"); 
     41 * @example var ftp = new helma.Ftp("ftp.mydomain.com"); 
    4442 * @param {String} server as String, the address of the FTP Server to connect to 
    4543 * @constructor