DisconnectFtp: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(4 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 16: Line 15:
'''OUTPUT'''
'''OUTPUT'''


Success or Error Message (See {{:Data Logs}}<br>
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