From: Simon Ruderich Date: Mon, 31 Dec 2007 00:09:33 +0000 (+0100) Subject: Added lftp configuration file. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=216b6f45986b8e39c90b5b626a1d751955644e20 Added lftp configuration file. lftp is an easy to use ftp console client with many features. --- 216b6f45986b8e39c90b5b626a1d751955644e20 diff --git a/rc b/rc new file mode 100644 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