fixed code example for helma.Ftp.deleteFile method to use correct method name
This commit is contained in:
parent
94d85929b4
commit
052b6fc4bb
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ helma.Ftp = function(server) {
|
||||||
/**
|
/**
|
||||||
* Deletes a file on the FTP server.
|
* Deletes a file on the FTP server.
|
||||||
*
|
*
|
||||||
* @example var str = ftp.delete("messages.txt");
|
* @example var str = ftp.deleteFile("messages.txt");
|
||||||
* @param {String} remoteFile as String, the name of the file to be deleted
|
* @param {String} remoteFile as String, the name of the file to be deleted
|
||||||
* @return Boolean true if the deletion was successful, false otherwise
|
* @return Boolean true if the deletion was successful, false otherwise
|
||||||
* @type Boolean
|
* @type Boolean
|
||||||
|
|
Loading…
Add table
Reference in a new issue