mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
Added "HTTP proxy" and "proxytunnel" keywords where applicable
This commit is contained in:
parent
691468174b
commit
372203f1fa
29 changed files with 78 additions and 5 deletions
|
|
@ -1,4 +1,13 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
FTP
|
||||
HTTP
|
||||
HTTP PUT
|
||||
HTTP proxy
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
|
|
@ -20,7 +29,7 @@ http
|
|||
ftp
|
||||
</features>
|
||||
<name>
|
||||
HTTP PUT a to a FTP URL with username+password - over HTTP proxy
|
||||
HTTP PUT to a FTP URL with username+password - over HTTP proxy
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%HTTPPORT ftp://daniel:mysecret@host.com/we/want/208 -T log/test208.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue