Skip to content

Instantly share code, notes, and snippets.

@mjf
Last active January 12, 2022 07:13
Show Gist options
  • Save mjf/e4323d6eb6047f4895a3b0139f37d2fd to your computer and use it in GitHub Desktop.
Save mjf/e4323d6eb6047f4895a3b0139f37d2fd to your computer and use it in GitHub Desktop.
LFTP RC file
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