<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > ExecuteSingleCommandSsh Method |
Summary
Execute SSH command(s) over connection and be done
This can be used to execute any Qsh/Pase command on your IBM i over an SSH connection.
This is a single pass shell command run.
Parameters
command - SSH command(s) to execute
Returns
last exit status or 99 on general .Net error. 0=usually means success
TODO - Examples
TODO: When is it better to use this command over ExecuteCommandSsh? I would normally use ExecuteCommandSsh until we determine differently.