Hi
I have a challenge in changing URL in Utorrent API.
I use the API found here.
Setting UN and PW is easy "Dim UTorrentClient As New UTorrent.Api.UTorrentClient("username", "password")"
but changing URL has become a challenge for me.
It is set up with "ttp://127.0.0.1:8080/gui/" as standard, but that does not work for me.
How can I change it to ex "http://torrentserver:98765/gui/"?
Please help me!
:confused: