Skip to content

Instantly share code, notes, and snippets.

@elcritch
Created April 19, 2016 01:42
Show Gist options
  • Save elcritch/95e1a62e7b6974768823ce4128584ea6 to your computer and use it in GitHub Desktop.
Save elcritch/95e1a62e7b6974768823ce4128584ea6 to your computer and use it in GitHub Desktop.
Upload to Box via WebDav using cURL
curl -u me@email.com:mypassword -T local_file_path https://dav.box.com/dav/remote_file_name
curl -u me@email.com:mypassword https://dav.box.com/dav/remote_file_name --output download_file_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment