View Single Post
  #1  
Old 06-21-2012, 11:25 AM
miked's Avatar
miked miked is offline
Registered User
 
Join Date: Feb 2004
Posts: 2,039
Post Example: Paste (or Send ASCII File) With Echo Flow Control

Demonstrates how to send data from the clipboard to a remote system, sending each line one at a time and waiting for prior lines to be echoed back by the remote system before moving on with sending subsequent lines. This is one approach to prevent overwhelming remote hosts like cisco devices that don't implement any SSH flow control and therefore are incapable of accepting data as fast as SecureCRT normally sends it.

The following script examples are provided:
Attached Files
File Type: txt PasteWithEchoFlowControl.vbs.txt (4.1 KB, 6439 views)
File Type: txt PasteWithEchoFlowControl.py.txt (3.2 KB, 5133 views)
File Type: txt SendASCIIWithEchoFlowControl.py.txt (3.3 KB, 1910 views)
File Type: txt SendASCIIWithEchoFlowControl_ToAllConnectedTabs.py.txt (4.6 KB, 1432 views)

Last edited by jdev; 11-18-2019 at 01:08 PM. Reason: Add send ASCII file examples.