-
-
Save lprimak/a31d57c873b8558b4eca2f7791aeb793 to your computer and use it in GitHub Desktop.
lftp command line howto
This file contains 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
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