Name | Arguments | Description |
cd
| path
|
Sends the cd command to the remote machine. The path can be empty.
|
date
| |
Returns the result of the date command from the remote machine.
|
justRun
| cmd
|
Run the cmd on the remote machine without waiting for the result.
|
mkdir
| path
|
Sends the mkdir command to the remote machine.
|
mv
| src dest
|
Sends the mv command to the remote machine.
|
pwd
| |
Returns the result of the pwd command from the remote machine.
|
rm
| path
|
Sends the rm command to the remote machine.
|
rmdir
| path
|
Sends the rmdir command to the remote machine.
|
run
| cmd ...
|
Run the cmd's on the remote machine, and returns a string array of
the commands' output.
|
showEnv
| name
|
Returns the environemnt variable from the remote machine for name.
|