From 4e18af418a7ba8a1a35de0cfc4a42f1a88436223 Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 23 Nov 2015 16:19:46 +0000 Subject: fix the crazy formatting on help files --- src/modules/objects/KvsObject_ftp.cpp | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'src/modules/objects/KvsObject_ftp.cpp') diff --git a/src/modules/objects/KvsObject_ftp.cpp b/src/modules/objects/KvsObject_ftp.cpp index cf48999e2..cba762964 100644 --- a/src/modules/objects/KvsObject_ftp.cpp +++ b/src/modules/objects/KvsObject_ftp.cpp @@ -56,18 +56,19 @@ @description: This class provides a standard FTP functionality.[br] @functions: - !fn:$dataAvailableEvent() - This function is called when some data is available to be read: the parameter specifies - the length of the available data in bytes.[br] + !fn:$dataAvailableEvent() + This function is called when some data is available to be read.[br] + The parameter specifies the length of the available data in bytes.[br] You can use one of the $read* functions to obtain the data. - !fn: $connect(,) - Connects to the FTP server host using port port.The command is scheduled, and its execution is performed asynchronously. - The function returns a unique identifier which is passed by commandStarted() and commandFinished().[br] + !fn: $connect(,) + Connects to the FTP server host using port port.[br] + The command is scheduled, and its execution is performed asynchronously.[br] + The function returns a unique identifier which is passed by [b]commandStarted()[/b] and [b]commandFinished()[/b]. !fn:$abort() Aborts the current command and deletes all scheduled commands. !fn: $login(,) - Logs in to the FTP server with the username user and the password . - The function returns a unique identifier which is passed by commandStarted() and commandFinished().[br] + Logs in to the FTP server with the username user and the password .[br] + The function returns a unique identifier which is passed by [b]commandStarted()[/b] and [b]commandFinished()[/b]. !fn: $get(,) Downloads the file from the server. !fn: $put(,) @@ -75,16 +76,16 @@ !fn: $cd() Changes the working directory of the server to . !fn: $list() - Lists the contents of directory dir on the FTP server. + Lists the contents of the directory on the FTP server. !fn: $commandFinishedEvent(,) - Called by KVIrc when the ftp command identified by id has finished. - error is true if an error occurred during the processing; otherwise error is false. - The default implementation emits the [classfnc]$commandFinished[/classfnc]() signal. + Called by KVIrc when the FTP command identified by id has finished.[br] + Error is true if an error occurred during the processing; otherwise error is false.[br] + The default implementation emits the [classfnc]$commandFinished[/classfnc]() signal.[br] !fn: $listInfoEvent() - This event is triggered for each directory entry found by [classfnc]$list[/classfnc]() command. + This event is triggered for each directory entry found by [classfnc]$list[/classfnc]() command.[br] The default implementation emits the [classfnc]$listInfo[/classfnc]() signal. !fn: $dataTransferProgressEvent(,) - This event is triggered in response to a [classfnc]get[/classfnc]() or [classfnc]put[/classfnc]() request to indicate the current progress of the download or upload. + This event is triggered in response to a [b]get()[/b] or [b]put()[/b] request to indicate the current progress of the download or upload.[br] The default implementation emits the [classfnc]$dataTransferProgress[/classfnc]() signal. @signals: !sg: $commandFinished(,,) -- cgit v1.3.1-10-gc9f91