Thursday, April 26, 2012

Auto Login and Show file in SH

#!/usr/bin/expect -f
spawn sftp tien.nguyen@server
expect ".*password.*"
send "12356\n"
expect sftp>
send "cd /home\n"
expect sftp>
send "ls -l\n"
interact

No comments:

Post a Comment