mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
removed the ;type= thing for FTP urls through proxy, since that's now only
present when enabled by on option which isn't done by default (and isn't even available for the curl app atm)
This commit is contained in:
parent
84d0477cb9
commit
1f058f1014
@ -44,7 +44,7 @@ the
|
|||||||
^User-Agent:.*
|
^User-Agent:.*
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
PUT ftp://daniel:mysecret@host.com/we/want/208;type=i HTTP/1.1
|
PUT ftp://daniel:mysecret@host.com/we/want/208 HTTP/1.1
|
||||||
Authorization: Basic ZGFuaWVsOm15c2VjcmV0
|
Authorization: Basic ZGFuaWVsOm15c2VjcmV0
|
||||||
Host: host.com:21
|
Host: host.com:21
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
|
@ -45,7 +45,7 @@ ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 -x %HOSTIP:%HTTPPORT
|
|||||||
^User-Agent:.*
|
^User-Agent:.*
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79;type=i HTTP/1.1
|
GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 HTTP/1.1
|
||||||
Host: %HOSTIP:%HTTPPORT
|
Host: %HOSTIP:%HTTPPORT
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
Loading…
Reference in New Issue
Block a user