# 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 # Create new "command" sync which will sync local directories with remote ones # and transfer all missing/outdated files. Local files which don't exist # anymore are removed on the server. alias sync mirror --verbose --reverse --delete --exclude .DS_Store