ionblue Posted March 6, 2014 Report Share Posted March 6, 2014 I've been trying to automate the changing of the incoming TCP port so that I don't have to do it manually if/when my VPN connection goes down and the port they provide changes on me. So I have the script all worked out to snag the port assigned and I can actually dump this port in Transmission's preference file with this code in Applescript: do shell script "defaults write org.m0k.transmission BindPort " & vPort & ""(vPort is snagged with other code) I can't for the life of me figure out what the comprable key/string would be so I could dump it into uTorrent's preference file. Any developer out there that can fill in the gap for me? Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.