From: Mark Wooding Date: Fri, 22 Sep 2017 10:31:08 +0000 (+0100) Subject: dot/lftp-rc: Configuration for `lftp'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/da526ba75e035b80da8fc710c68846aa56bcad52 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. --- 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