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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:


 
This command allows to disconnect from FTP server on the specified port.
This command allows to accept an incoming call once presented on the specified port.


'''COMMAND'''
'''COMMAND'''
Line 15: Line 14:


'''OUTPUT'''
'''OUTPUT'''
Command status: <br>
 
"%s\n", status (CONNECTED or NO INCOMING CALL)
Success or Error Message (See [[:Data Messages|Data Commands Messages]])<br>


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


~# AcceptCall 0<br>
~# DisconnectFtp 0
CONNECTED<br>
FTP DISCONNECTED
 
~# DisconnectData 1
DATA LINK IS DOWN


~# AcceptCall 2<br>
NO INCOMING CALL


</syntaxhighlight>
</syntaxhighlight>
[[Category:DATA]]
[[Category:DATA]]
[[Category:R2D2]]
[[Category:R2D2]]

Latest revision as of 18:05, 1 April 2025

This command allows to disconnect from FTP server on the specified port.

COMMAND

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

OUTPUT

Success or Error Message (See Data Commands Messages)

EXAMPLE

~# DisconnectFtp 0
FTP DISCONNECTED

~# DisconnectData 1
DATA LINK IS DOWN