質問編集履歴
1
実行方法「Reshat5\.5のターミナルにてコマンドを実行する。」が抜けていました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
curlのエスケープ
|
1
|
+
curlでのファイル転送時のファイル名メタ文字エスケープがうまく行きません
|
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
curlにて、ファイル転送を行おうとしたら、下記エラーとなり転送できません。
|
2
2
|
|
3
3
|
どなたか、解決方法をご教示いただけないでしょうか?
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
※Reshat5.5のターミナルにてコマンドを実行する。
|
4
8
|
|
5
9
|
|
6
10
|
|
@@ -34,4 +38,16 @@
|
|
34
38
|
|
35
39
|
|
36
40
|
|
41
|
+
※maOSXのcurlでは、期待通り動作しました。(下記は実行macのcurlバージョン)
|
42
|
+
|
43
|
+
curl 7.30.0 (x86_64-apple-darwin13.0) libcurl/7.30.0 SecureTransport zlib/1.2.5
|
44
|
+
|
45
|
+
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
|
46
|
+
|
47
|
+
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
37
53
|
以上、よろしくお願い致します。
|