View Single Post
  #2  
Old 10-21-2010, 10:14 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
In our tests, the attached project produces the expected output of:

10/21/2010 9:08:09 AM: -------------------- Starting Build: 'SSH.bld' --------------------
10/21/2010 9:08:09 AM: Building project step 2 - Telnet...
Connecting to SSH server 'xxxxxxx.com' on port 22
Host key fingerprint: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

<= Received from server:
Last login: Wed Oct 13 12:27:59 2010 from 99.999.999.9
...
Erase set to backspace.
11:08AM up 17 days, 17:10, 1 user, load averages: 0.31, 0.33, 0.31
xxxxx@yyyy%

=> Sending to server:
dir

<= Received from server:
total 428
...
xxxxx@yyyy%

=> Sending to server:
echo test > xyz.txt

<= Received from server:
xxxxx@yyyy%

=> Sending to server:
dir

<= Received from server:
total 432
...
-rw-r--r-- 1 xxxx users 5 Oct 21 11:08 xyz.txt
xxxxx@yyyy%

=> Sending to server:
rm xyz.txt

<= Received from server:
xxxxx@yyyy%

=> Sending to server:
dir

<= Received from server:
total 428
...
xxxxx@yyyy%
Script successfully executed


http://www.kinook.com/Forum/showthre...?threadid=3044
Attached Files
File Type: bld ssh.bld (651 Bytes, 932 views)
Reply With Quote