Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created April 19, 2014 15:08
Show Gist options
  • Save simonewebdesign/11087088 to your computer and use it in GitHub Desktop.
Save simonewebdesign/11087088 to your computer and use it in GitHub Desktop.
Deploy a Jekyll site via LFTP
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