expect
Linux Expect expect_out(buffer) does contain nothing
I\'ve been trying to capture the result of grep, logging into a remote machine, using ssl in Expect command.[详细]
2023-02-28 15:02 分类:问答Is there something like ruby's 'expect.rb' but for Objective C?
I\'m aware of libexpect,开发者_StackOverflow but its source is huge and requires tcl. I was hoping for something just as small as ruby\'s \'expect.rb\' which is a tiny file. Any ideas?Solved it. I had[详细]
2023-02-28 02:27 分类:问答ExpectJ Adventure
This is my script echo \"Name:\" read name if [ \"$name\" == \"abcd\" ]; then echo \"correct username\" echo \"Password:\"[详细]
2023-02-28 02:20 分类:问答Recursively copy files to remote server using expect script
How can we copy the files recursively to the remote server using expect script or any other script?. Constraints.[详细]
2023-02-27 10:18 分类:问答How to run Unix shell script in a java code using ExpectJ tool?
This is my hello.sh shell script VALID_NAME=\"abcd\" e开发者_开发百科cho \"Name: \" read name if [ \"$name\" == $VALID_NAME ]; then[详细]
2023-02-27 06:10 分类:问答while loops within expect
I am using ex开发者_开发问答pect within bash. I want my script to telnet into a box, expect a prompt, send a command. If there is a different prompt now, it has to proceed or else it has to send that[详细]
2023-02-27 04:52 分类:问答exec not working in expect script
I\'m writing my first expect script, so I may be missing something obvious, but I find the following quite puzzling:[详细]
2023-02-26 20:36 分类:问答How do I pass a Tcl data structure to Perl with Telnet in between?
I want to telnet into a Cisco router, login and execute a Tcl script that is locally stored in the router\'s flash. This Tcl script does some proce开发者_运维问答ssing and should return a nested hash[详细]
2023-02-25 19:18 分类:问答ssh auto login, but user control after
Here is the story. I have a Debian 5 server automatically starting into a local user account. The local user account has the following .profile[详细]
2023-02-24 20:41 分类:问答Expect within a Bash script
I wrote a Bash script with Expect within, to connect to a terminal server and clear lines. I am unable to figure out the error I am getting, as in I have given all the braces necessary. I also do not[详细]
2023-02-22 10:15 分类:问答