Jump to content

Trying to automate uTorrent - Is there a key I can change in pref. file for incoming port?


ionblue

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...