[Prev][Next][Index]
no subject (file transmission)
Chat users:
Here is my script:
This one I call p it works well!!
#!/bin/sh
exec /usr/lib/ppp/pppd /dev/ttyS2 38400 defaultroute passive connect '/usr/lib/ppp/chat -v -f connect' noipdefault lock
Here's my original one: (I called it ptp!!)
#!/bin/sh
exec /usr/lib/ppp/pppd modem crtscts asyncmap 0 defaultroute 38400 /dev/ttyS2 connect '/usr/lib/ppp/chat -v -f connect' noipdefault lock
In any case this is the file called connect:
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIAL TONE"
TIMEOUT 3
"" AT
OK-+++\c-OK ATDT6424258 <------ here put your favorite phone #
TIMEOUT 30
CONNECT ""
ogin: danowitz <------ your login goes right here
assword: secrets <----------your password goes here
"" "ppp default" <------for my system (tau) you have to write
ppp default, adapt this to your own
supplier
Good luck. Incidently, these things come from the help of Al Longyear. He
wrote the ppp stuff and is extremely helpful in general.
Jeff