MattPhillips
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by MattPhillips-
MattPhillips commented,
... and after a harder look at the API tried this curl https://api.box.com/api/2.0/files/example.csv/content \ -H "Authorization: Bearer ACCESS_TOKEN" -X GET\ -F attributes='{"name":"example.c...
-
MattPhillips commented,
Terrific! Tried it and it worked. Just need to figure out how to go in the other direction and this thread is solved. I tried this curl https://download.box.com/api/2.0/files/content \ -H "Aut...
-
MattPhillips created a post,
Just want to ftp/scp file from command line
Hi, So I'm used to transferring files between servers using scp and ftp. I've never done it with curl though and I didn't immediately see how to do this from online guides I found. Could anyone ...