Add authentification to RPC connection

This commit is contained in:
2025-03-22 16:06:27 +01:00
parent f9e3acc9f3
commit 531d38f707
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public class Main {
static ArrayList<File> copiedTorrentFiles = new ArrayList<>(); static ArrayList<File> copiedTorrentFiles = new ArrayList<>();
static ArrayList<File> notCopiedTorrentFiles = new ArrayList<>(); static ArrayList<File> notCopiedTorrentFiles = new ArrayList<>();
static ArrayList<File> notCopiedPreferedTorrentFiles = new ArrayList<>(); static ArrayList<File> notCopiedPreferedTorrentFiles = new ArrayList<>();
static String[] preferedfiles = {"tushy","blacked","blackedraw","tushyraw","bangbus","woodmancasting","private","vixen","hardwerk","CastingCouch-HD","RoccoSiffredi","MoneyTalks"}; static String[] preferedfiles = {"tushy","blacked","blackedraw","tushyraw","bangbus","woodman","private","vixen","hardwerk","CastingCouch-HD","Rocco","MoneyTalks"};
static boolean find; static boolean find;
+1 -1
View File
@@ -7,7 +7,7 @@ public class TorrentList {
ArrayList<Torrent> torrentArrayList = new ArrayList<>(); ArrayList<Torrent> torrentArrayList = new ArrayList<>();
ArrayList<Torrent> RequestList() throws IOException, InterruptedException { ArrayList<Torrent> RequestList() throws IOException, InterruptedException {
final Process p = Runtime.getRuntime().exec("cmd /c C:\\PROGRA~1\\Transmission\\transmission-remote.exe seedbox.sda.zone:19091 -l"); final Process p = Runtime.getRuntime().exec("cmd /c C:\\PROGRA~1\\Transmission\\transmission-remote.exe seedbox.sda.zone:19091 -n thedarty:St&ph@ne10Nove.@1976 -l");
new Thread(new Runnable() { new Thread(new Runnable() {
public void run() { public void run() {