Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Created April 5, 2022 18:22
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 srkirkland/3186612ace425d64919fbf6f660596a4 to your computer and use it in GitHub Desktop.
Save srkirkland/3186612ace425d64919fbf6f660596a4 to your computer and use it in GitHub Desktop.
download files from remote (box) FTP matching pattern
wget -m -nd --ftp-user=srkirkland@ucdavis.edu "ftp://ftp.box.com/file*.jpg" --ask-password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment