From 3804c023a14af4bd3410df78215164749a48dc01 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 21 Mar 2009 00:30:43 +0100 Subject: [PATCH] rc: Add section names. --- rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rc b/rc index 40a044f..ddfdccd 100644 --- a/rc +++ b/rc @@ -1,12 +1,17 @@ # lftp configuration file. +# SETTINGS + # Display all files (including hidden ones) with `ls`. set ftp:list-options -a # Store passwords in the bookmarks file. set bmk:save-passwords yes + +# ALIASES + # Create "sync" command which syncs local directories with remote ones and # transfers all missing/outdated files. Local files which don't exist anymore # are removed on the server. -- 2.44.1