質問編集履歴

2

curlのバージョンを追加

2017/02/28 05:04

投稿

senaha
senaha

スコア17

test CHANGED
File without changes
test CHANGED
@@ -80,6 +80,14 @@
80
80
 
81
81
 
82
82
 
83
+ ###curlのバージョン
84
+
85
+ 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
86
+
87
+ Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
88
+
89
+ Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz
90
+
83
91
 
84
92
 
85
93
 

1

前提の箇所にOSを追加

2017/02/28 05:04

投稿

senaha
senaha

スコア17

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  ###前提・実現したいこと
2
+
3
+ Centos7.0を使用しています。
2
4
 
3
5
  シェル上でcurlを使用してファイルサイズが10MB以上のファイルをPOSTしたいです。
4
6