MattPhillips
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
MattPhillipsさんの最近のアクティビティ-
MattPhillipsさんがコメントを作成しました:
... 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さんがコメントを作成しました:
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さんが投稿を作成しました:
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 ...