Skip to content

Instantly share code, notes, and snippets.

@jonmunson
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonmunson/1c78d454946adb274761 to your computer and use it in GitHub Desktop.
Save jonmunson/1c78d454946adb274761 to your computer and use it in GitHub Desktop.
wget command to download directory via ftp
wget -m --user=yourusername --password=yourpassword ftp://www.ftphost.co.uk:21/directory/
@jonmunson
Copy link
Author

-m creates a mirror (so you dont get issues with recursive)

How do you recursively ftp a folder - StackOverflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment