Skip to content

Instantly share code, notes, and snippets.

@sckaiser
Created December 1, 2015 17:33
Show Gist options
  • Save sckaiser/5a685084c065e9398c2b to your computer and use it in GitHub Desktop.
Save sckaiser/5a685084c065e9398c2b to your computer and use it in GitHub Desktop.
Shell command to download a file from box.com
curl -1 --disable-epsv --ftp-skip-pasv-ip -u name@domain.com:mypassword --ftp-ssl –P 990 ftps://ftp.box.com/somedir/test.csv > /test.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment