From 55f62811c737e2f1cf8da03766cf9c7f690a9215 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 19 Oct 2024 03:46:48 -0500 Subject: [PATCH] Added a already exists url option in Creds.priv.cs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab7988b..44e3416 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To Configure you must add a file called Creds.priv.cs with the following content static string _username = "YOUR_SSH_USERNAME"; static string _password = "YOUR_SSH_PASSWORD"; static string _dir = "YOUR_SSH_PATH"; - static int _port = 22; + static int _port = 22; //if ssh is on different port change it here static string _alreadyExists=""; //must be http(s) url such as https://tytdarchive.site.tesses.net/have.php?v= that the response must return "true" if it already exists or "false" if not }