]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added lftp configuration file.
authorSimon Ruderich <simon@ruderich.com>
Mon, 31 Dec 2007 00:09:33 +0000 (01:09 +0100)
committerSimon Ruderich <simon@ruderich.com>
Mon, 31 Dec 2007 00:09:33 +0000 (01:09 +0100)
lftp is an easy to use ftp console client with many features.

rc [new file with mode: 0644]

diff --git a/rc b/rc
new file mode 100644 (file)
index 0000000..e49d766
--- /dev/null
+++ b/rc
@@ -0,0 +1,8 @@
+# lftp configuration file.
+
+
+# Display all files (even hidden ones) with 'ls'.
+set ftp:list-options -a
+
+# Store passwords in the bookmarks file.
+set bmk:save-passwords yes