Created
April 19, 2016 01:42
-
-
Save elcritch/95e1a62e7b6974768823ce4128584ea6 to your computer and use it in GitHub Desktop.
Upload to Box via WebDav using cURL
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
curl -u [email protected]:mypassword -T local_file_path https://dav.box.com/dav/remote_file_name | |
curl -u [email protected]: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