DisconnectFtp: Difference between revisions
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 | |||
'''COMMAND''' | '''COMMAND''' | ||
Line 16: | Line 15: | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Success or Error Message (See | Success or Error Message (See [[:Data Messages|Data Commands Messages]])<br> | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
~# | ~# DisconnectFtp 0 | ||
FTP DISCONNECTED | |||
~# DisconnectData 1 | |||
DATA LINK IS DOWN | |||
</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