Skip to content

Instantly share code, notes, and snippets.

@grandmanitou
Created December 16, 2013 21:13
Show Gist options
  • Save grandmanitou/7994542 to your computer and use it in GitHub Desktop.
Save grandmanitou/7994542 to your computer and use it in GitHub Desktop.
Upload recursively a wholde directory structure to a remote FTP server via command line. Requires lftp
lftp ftp://user:[email protected] -e "mirror -e -R /local/folder /remote/folder ; quit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment