mirror of
https://github.com/curl/curl.git
synced 2026-05-14 16:16:21 +03:00
switch off globbing to enable [] in file names for -T
This commit is contained in:
parent
3bd52e3cb1
commit
0ea74e3255
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ http
|
|||
HTTP PUT from file with weird letters
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HOSTPORT/we/want/ -T log/58te[]st.txt
|
||||
http://%HOSTIP:%HOSTPORT/we/want/ -T log/58te[]st.txt -g
|
||||
</command>
|
||||
<file name="log/58te[]st.txt">
|
||||
a few bytes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue