From 87539800e80360cf9675cc9910b489919322664a Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 31 Aug 2025 19:06:56 +0200 Subject: [PATCH] FTPS: add curl example (#734) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0b71d3a..df138d2f 100644 --- a/README.md +++ b/README.md @@ -1328,6 +1328,8 @@ some recommended FTP / FTPS clients; `wark` = example password: * https://rclone.org/ does FTPS with `tls=false explicit_tls=true` * `lftp -u k,wark -p 3921 127.0.0.1 -e ls` * `lftp -u k,wark -p 3990 127.0.0.1 -e 'set ssl:verify-certificate no; ls'` +* `curl ftp://127.0.0.1:3921/` (plaintext ftp) +* `curl --ssl-reqd ftp://127.0.0.1:3990/` (encrypted ftps) config file example, which restricts FTP to only use ports 3921 and 12000-12099 so all of those ports must be opened in your firewall: