Last active
January 12, 2022 07:13
-
-
Save mjf/e4323d6eb6047f4895a3b0139f37d2fd to your computer and use it in GitHub Desktop.
LFTP RC file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cmd:prompt '\U \S\n$ ' | |
set ftp:port-range 21000-21999 | |
set ftp:sync-mode off | |
set ssl:verify-certificate off | |
debug 4 | |
alias ledit 'local edit' | |
alias lls 'local ls' | |
alias nocertverify 'set ssl:verify-certificate off' | |
alias reconnect 'close; cache flush; cd .' | |
alias rget 'mirror' | |
alias rput 'mirror -R' | |
alias vi 'edit' | |
alias lvi 'ledit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment