chiark / gitweb /
dot/lftp-rc: Configuration for `lftp'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Sep 2017 10:31:08 +0000 (11:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Sep 2017 10:31:08 +0000 (11:31 +0100)
Pretty minimal: turn on TLS support where possible.  In particular,
telecaster is now running a full-featured TLS-enabled non-FTP server.

Makefile
dot/lftp-rc [new file with mode: 0644]

index 09d911a8201938223264fac78156800f76cb2f7e..e98e9467506f24e78baf79032c40c626638384b3 100644 (file)
--- 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 (file)
index 0000000..05399ed
--- /dev/null
@@ -0,0 +1,4 @@
+### -*-conf-*-
+
+set ftp:ssl-allow 1
+set ftp:ssl-allow-anon 1