On Mon, 20 Sep 2004 01:10:02 -0700 (PDT), "Kiran Reddy"
<[EMAIL PROTECTED]> said:
> Sify has just made it madatory to use the sify broadband client for
> access. They do distrubute
> client for linux and beware it won`t work.

For the time being, we can login via the browser too but after 3rd Oct,
we can't. 
And their linux client works. It has no gui though, it means that we
can't save the username and password. 
We need to run "sifyconnect -u username" and then give the password.
Autoexpect can come to my rescue here.

************** script.exp *************
set timeout -1
spawn sifyconnect --login
match_max 100000
expect -exact "Welcome to Sify BroadBand Service\r
\r
username :"
send -- "your_username\r"
expect -exact "your_username\r
password :"
send -- "your_password\r"
expect eof
****************************************

> 
> Kiran.

regards,
vijay.

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to