Skip to content

Instantly share code, notes, and snippets.

@lprimak
Created October 21, 2023 23:57
Show Gist options
  • Save lprimak/a31d57c873b8558b4eca2f7791aeb793 to your computer and use it in GitHub Desktop.
Save lprimak/a31d57c873b8558b4eca2f7791aeb793 to your computer and use it in GitHub Desktop.
lftp command line howto
lftp -u \$ftpcreds_USR --env-password -e \
'mirror -R -P7 -x .git --overwrite --delete --delete-excluded \
target/output hope_website/resume; exit top' ftp://${websiteHost()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment