DisconnectFtp: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |DisconnectFtp |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:DAT...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 15: Line 15:


'''OUTPUT'''
'''OUTPUT'''
Command status: <br>
 
"%s\n", status (CONNECTED or NO INCOMING CALL)
Success or Error Message (See {{:Data Logs}}<br>


'''EXAMPLE''' <syntaxhighlight lang="text">
'''EXAMPLE''' <syntaxhighlight lang="text">

Revision as of 17:58, 1 April 2025


This command allows to accept an incoming call once presented on the specified port.

COMMAND

Command Line Arguments Returns
DisconnectFtp PortIndex Error Code in case of error.

OUTPUT

Success or Error Message (See Data Logs

EXAMPLE

~# AcceptCall 0<br>
CONNECTED<br>

~# AcceptCall 2<br>
NO INCOMING CALL