execute Method

Executes a Command on the remote host.

Syntax

def execute(command: str) -> None: ...

Remarks

This method executes a command on the remote host. Calling this method is equivalent to setting the command property to Command.

Example (Execute a Command)


RshellControl.Execute("cd /home/username/; ls -al; cd/; ls")

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]