Created
December 16, 2013 21:13
-
-
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
This file contains hidden or 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 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