wrote this script, but i can't get it to work right. i'm no coder, so any help is much appreciated
on idle
tell application "System Events"
tell current location of network preferences
set myConnection to the service "VPN (PPTP)"
if current configuration of myConnection is connected then ...
Search found 4 matches
- Sun May 23, 2010 6:26 pm
- Forum: Mac Support
- Topic: Check VPN / Pause/Resume Transfers applescript
- Replies: 0
- Views: 1542
- Sun May 23, 2010 6:23 pm
- Forum: General
- Topic: Transmission 2.00b1 Released!
- Replies: 26
- Views: 32025
Re: Transmission 2.00b1 Released!
haha, all the private trackers i use JUST updated to Transmission 1.9.x. 2.0 won't get added for probably another 6 months. DOH
- Sun May 23, 2010 6:19 pm
- Forum: Support
- Topic: Downloading stops when using vpn
- Replies: 2
- Views: 3445
Re: Downloading stops when using vpn
I am having a similar problem, but I'm running Leopard.
Transmission works fine. however, when I turn on VPN to connect to my office computer, transmission stops, all connections are dropped.
I do not want to run transmission through the VPN. I'm sure the office network has a way of blocking ...
Transmission works fine. however, when I turn on VPN to connect to my office computer, transmission stops, all connections are dropped.
I do not want to run transmission through the VPN. I'm sure the office network has a way of blocking ...
- Sun May 23, 2010 6:16 pm
- Forum: General
- Topic: Script to quit automatically if VPN fails
- Replies: 11
- Views: 65424
Re: Script to quit automatically if VPN fails
this is what i think ppl are looking for, but I can't seem to get mine to work (ie. no results)
on idle
tell application "System Events"
tell current location of network preferences
set myConnection to the service "VPN (PPTP)"
if current configuration of myConnection is connected then
activate ...
on idle
tell application "System Events"
tell current location of network preferences
set myConnection to the service "VPN (PPTP)"
if current configuration of myConnection is connected then
activate ...