Index of All Elements
d
e
l
m
p
r
s
t
u
v
w
top
d
- destruct
- in file ssh.php, method SExec::destruct()
Class destructor
- do_scp
- in file remotessh.php, function do_scp()
Do a remote scp connection with local password
- do_ssh
- in file remotessh.php, function do_ssh()
Do a remote ssh connection with local password
top
e
- error
- in file util.php, function error()
print an error message and exit
top
l
- letal
- in file util.php, function letal()
print a letal error message and die
top
m
- $master
- in file ssh.php, variable SExec::$master
handle to process controlling the master channel
- $master_input
- in file ssh.php, variable SExec::$master_input
stdin of process controlling the master channel
- $mplex_socket
- in file ssh.php, variable SExec::$mplex_socket
name of multiplexing socket
top
top
top
s
- $scp
- in file ssh.php, variable SExec::$scp
location of scp program
- $ssh
- in file ssh.php, variable SExec::$ssh
location of ssh program
- set_footer
- in file util.php, function set_footer()
close a web page
- set_header
- in file util.php, function set_header()
Start the display of a www page
- SExec
- in file ssh.php, method SExec::SExec()
Class constructor.
- SExec
- in file ssh.php, class SExec
Allow for remote execution of commands using SSH
- ssh_close
- in file ssh.php, method SExec::ssh_close()
Close an SSH interactive session
- ssh_copy
- in file util.php, function ssh_copy()
Copy a file or directory from one source to a destination
- ssh_copy
- in file ssh.php, method SExec::ssh_copy()
Copy a file or directory from one source to a destination
- ssh_copy_from
- in file ssh.php, method SExec::ssh_copy_from()
Copy a file or directory from a remote source to a local destination
- ssh_copy_to
- in file ssh.php, method SExec::ssh_copy_to()
Copy a file or directory from a local source to a remote destination
- ssh_exec
- in file ssh.php, method SExec::ssh_exec()
Execute a remote command using SSH
- ssh_open
- in file util.php, function ssh_open()
- ssh_open_command
- in file ssh.php, method SExec::ssh_open_command()
Open an SSH connection to run an interactive command on a remote site
- ssh_open_shell
- in file ssh.php, method SExec::ssh_open_shell()
Open an SSH connection to a remote site with a shell to run interactive commands
- ssh_out_expect
- in file ssh.php, method SExec::ssh_out_expect()
Get output until we reach a given regular expression
- ssh_passthru
- in file util.php, function ssh_passthru()
Execute a single command remotely using ssh and return its entire output (like passthru)
- ssh_passthru
- in file ssh.php, method SExec::ssh_passthru()
Execute a single command remotely
- ssh_pclose
- in file ssh.php, method SExec::ssh_pclose()
Close a piped remote execution command control pipe.
- ssh.php
- procedural page ssh.php
- ssh_popen
- in file ssh.php, method SExec::ssh_popen()
Execute a remote command and keep an unidirectional stream contact with it.
- ssh_test.php
- procedural page ssh_test.php
top
top
top
v
- $version
- in file ssh.php, variable SExec::$version
The current version of the class
top
w
- $workdir
- in file ssh.php, variable SExec::$workdir
tmp. dir prefix specification
- warning
- in file util.php, function warning()
print a warning