From b4bbfd2b01c530542c15d5119916d2cb9fe740c1 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Sat, 17 Jan 2026 08:13:19 +0000 Subject: [PATCH] chore:fixed api.md to confirm FTP/TCP interactions are working. --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 4930d8d..56940ea 100644 --- a/docs/API.md +++ b/docs/API.md @@ -483,7 +483,7 @@ POST /{unit_id}/ftp/enable ``` Enables FTP server on the device. -**Note:** FTP and TCP are mutually exclusive. Enabling FTP will temporarily disable TCP control. +**Note:** ~~FTP and TCP are mutually exclusive. Enabling FTP will temporarily disable TCP control.~~ As of v0.2.0, FTP and TCP are working fine in tandem. Just dont spam them a bunch. ### Disable FTP ```