From da526ba75e035b80da8fc710c68846aa56bcad52 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Sep 2017 11:31:08 +0100 Subject: [PATCH] dot/lftp-rc: Configuration for `lftp'. Pretty minimal: turn on TLS support where possible. In particular, telecaster is now running a full-featured TLS-enabled non-FTP server. --- Makefile | 2 ++ dot/lftp-rc | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 dot/lftp-rc diff --git a/Makefile b/Makefile index 09d911a..e98e946 100644 --- a/Makefile +++ b/Makefile @@ -211,6 +211,8 @@ DOTLINKS += .lesskey .infokey .sqliterc DOTLINKS += .gdbinit .toprc .aspell.conf DOTLINKS += .dircolors .colordiffrc .screenrc .tmux.conf DOTLINKS += .cvsrc .indent.pro .ditz-config +DOTLINKS += .lftp/rc +.lftp/rc_SRC = lftp-rc DOTSUBST += .mykermrc SCRIPTLINKS += lesspipe.sh diff --git a/dot/lftp-rc b/dot/lftp-rc new file mode 100644 index 0000000..05399ed --- /dev/null +++ b/dot/lftp-rc @@ -0,0 +1,4 @@ +### -*-conf-*- + +set ftp:ssl-allow 1 +set ftp:ssl-allow-anon 1 -- 2.11.0