Add authentification to RPC connection
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user