Difference between revisions of "Unit RemoteShell"

From Ultibo.org
Jump to: navigation, search
 
Line 6: Line 6:
  
 
'''Ultibo Remote Shell unit'''
 
'''Ultibo Remote Shell unit'''
 
''To be documented''
 
  
 
=== Constants ===
 
=== Constants ===

Latest revision as of 06:05, 31 August 2021

Return to Unit Reference


Description


Ultibo Remote Shell unit

Constants



[Expand]
Remote shell REMOTE_SHELL_*


[Expand]
Telnet shell TELNET_SHELL_*


[Expand]
Telnet shell command TELNET_SHELL_COMMAND_*


[Expand]
Telnet shell alias TELNET_SHELL_ALIAS_*


[Expand]
SSH shell SSH_SHELL_*


[Expand]
SSH shell command SSH_SHELL_COMMAND_*


[Expand]
SSH shell alias SSH_SHELL_ALIAS_*


Type definitions


None defined

Class definitions



Remote shell specific classes

TTelnetShell = class(TShell)
TTelnetSession = class(TShellSession)
TSSHShell = class(TShell)
TTelnetShellLogout = class(TShellCommand)
TSSHShellLogout = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure RemoteShellInit;
Description: To be documented


Return to Unit Reference