Created
April 19, 2014 15:08
-
-
Save simonewebdesign/11087088 to your computer and use it in GitHub Desktop.
Deploy a Jekyll site via LFTP
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 -e 'mirror -R -e -v public; bye' -u user,pass ftp://ftp.example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment