From dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120 Mon Sep 17 00:00:00 2001
From: pacien
Date: Sat, 29 Jul 2023 23:03:12 +0200
Subject: storage: remove embedded FTP server
Moving back the configuration files and logs to the user-accessible
storage. Everything should be accessible through a file manager using
the "USB storage" mode. The embedded FTP server is no longer
necessary.
---
app/src/main/res/values/strings.xml | 10 ----------
1 file changed, 10 deletions(-)
(limited to 'app/src/main/res/values')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e124055..c4384a7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -62,7 +62,6 @@
Errors
Open manual
Could not start tinc
- Could not start FTP server
Could not read private tinc keys:\n%1$s
Could not read network interface configuration:\n%1$s
Could not bind network interface. Is another VPN running?
@@ -75,10 +74,6 @@
Invalid network configuration in network.conf:\n%1$s
Could not decrypt private keys:\n%1$s
- Configuration access
- Configuration access server active
- The configuration directory is accessible through FTP.
-
Configure
Traffic from this device will be partially or fully routed to and through the selected network in accordance with your configuration. Never connect to a tinc network which you do not trust.
@@ -90,11 +85,6 @@
Invalid network name.
Network configuration written.
- Configuration access
- FTP access
- User: %1$s, password: %2$s, port: %3$d
- Not active
-
Internal paths info
Configuration directory
Log directory
--
cgit v1.2.3