SSH2-j
This task allows you to login to a SSH2 server, and issue commands. It will try and detect the presence of the command prompts, before sending the next command. This task is multithreaded, so you can run multiple SSH2 tasks simultaneously. This is useful if you are running long scripts on the server.
Ssh2/SFtp-j Profile
Select the profile for the
SSh2/SFtp server. You should have previously created a SFtp-j
profile, using the SFtp-j Profiles menu item.
Delay Time
Enter the desired delay time between
commands.
SSH2 Prompt
This is usually the last character
that the server outputs, when it is done processing the current shell
command. This value normally depends on the system shell you
are connecting to.
Command Time
Enter the maximum time allowed for
each command. If this command time has been exceeded, and the
server has not replied back, then the next command is sent.
Command
Enter your commands, 1 command
per line. This field also supports dynamic
variables. Using dynamic variables, you can enter a command
which will be dynamically resolved at runtime. example: cd
/users/$%USERNAME%$
Example of Commands to enter
ls -lt
cd
/user/test
./runTestScript.scr
pwd