MattPhillips
- Activité totale 4
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 1
Aperçu des activités
Dernière activité effectuée par MattPhillips-
MattPhillips a ajouté un commentaire,
... 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 a ajouté un commentaire,
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 a créé une publication,
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 ...