| Connecting
From Within a Script |
|
|
|
|
Connect with SecureCRT using the SSH2 protocol. |
|
|
|
Connect using the telnet protocol and automate login. |
| |
| Sending Commands and Data To a Server
|
|
| AutoResponder.py |
|
Set up a list of commands or text to send to the remote when a corresponding trigger is detected. |
| MultiSessionSend.py |
|
Connects to multiple sessions and sends a series of commands. |
| ReadString.py |
|
Captures the output of the 'ls' command and displays it in a message box. |
| SendCommandsToTabs.py |
|
Sends the same command to all tabs that currently have an active connection. |
|
|
|
Opens a file and sends its contents line by line. |
|
|
|
Opens a file and does some processing of the text
before sending it. |
|
|
|
Uploads a text file to a server by sending it line
by line and directing output to a file. |
| SetEnv.py |
|
Automates setting the DISPLAY shell variable to enable
remote display of X clients. |
| SetLinesCols.py |
|
Automates setting the LINES and COLUMNS shell variables
for terminal environments where these variables are
not set properly. |
| SendFKey.py |
|
Simulates pressing a function key. |
| |
| Retrieving Output From a Server
|
|
| CopyToClipboard.py |
|
The results of specific commands are captured and stored in the clipboard. |
| GetData.py |
|
Demonstrates use of the Get() function to read data
from the screen. |
| GetDataToExcel.py |
|
Uses the Get() function to read data from the screen and write data to a spreadsheet file. |
| GetDataToFile.py |
|
Uses the Get() function to read data from the screen
and write it to a text file. |
| LogCommandOuput.py |
|
The results of specific commands are written to log files. |
| |
| Miscellaneous Scripts |
|
| AddCommentToLog.py |
|
Prompts for a comment to add to the log file. |
| SaveSelectionToFile.py |
|
Saves the selected text to a file. |