Changeset 9138
- Timestamp:
- 07/01/08 20:03:34 (2 months ago)
- Files:
-
- apps/modules/trunk/helma/Ftp.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/modules/trunk/helma/Ftp.js
r8935 r9138 17 17 18 18 /** 19 * @fileoverview Default properties and methods of the F tpClientprototype.19 * @fileoverview Default properties and methods of the FTP prototype. 20 20 * <br /><br /> 21 21 * To use this optional module, its repository needs to be added to the … … 38 38 * @class This class represents a FTP client, providing 39 39 * access to an FTP server. 40 * The FTP client needs Daniel Savarese's NetComponents41 * library in the classpath in order to work.42 40 * 43 * @example var ftp = new FtpClient("ftp.mydomain.com");41 * @example var ftp = new helma.Ftp("ftp.mydomain.com"); 44 42 * @param {String} server as String, the address of the FTP Server to connect to 45 43 * @constructor