質問編集履歴
2
curlのバージョンを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,6 +39,10 @@
|
|
39
39
|
###試したこと
|
40
40
|
送るファイルのサイズを10MB以下にすると応答は200で正常に終了しました。
|
41
41
|
|
42
|
+
###curlのバージョン
|
43
|
+
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.19.1 Basic ECC zlib/1.2.7 libidn/1.28 libssh2/1.4.3
|
44
|
+
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
|
45
|
+
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz
|
42
46
|
|
43
47
|
|
44
48
|
|
1
前提の箇所にOSを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
###前提・実現したいこと
|
2
|
+
Centos7.0を使用しています。
|
2
3
|
シェル上でcurlを使用してファイルサイズが10MB以上のファイルをPOSTしたいです。
|
3
4
|
|
4
5
|
###発生している問題・エラーメッセージ
|