2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2008-09-29 18:44:04 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
|
|
|
HTTP proxy
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-12-06 07:54:50 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.0 200 OK swsclose
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2007-03-09 16:01:39 -05:00
|
|
|
<features>
|
|
|
|
ftp
|
|
|
|
</features>
|
2004-12-06 07:54:50 -05:00
|
|
|
<name>
|
2008-09-29 18:44:04 -04:00
|
|
|
HTTP PUT to a FTP URL with username+password - over HTTP proxy
|
2004-12-06 07:54:50 -05:00
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
-x http://%HOSTIP:%HTTPPORT ftp://daniel:mysecret@host.com/we/want/208 -T log/test208.txt
|
|
|
|
</command>
|
|
|
|
<file name="log/test208.txt">
|
|
|
|
Weird
|
|
|
|
file
|
|
|
|
to
|
|
|
|
upload
|
|
|
|
for
|
|
|
|
testing
|
|
|
|
the
|
|
|
|
PUT
|
|
|
|
feature
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-12-06 07:54:50 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2007-12-03 04:50:32 -05:00
|
|
|
PUT ftp://daniel:mysecret@host.com/we/want/208 HTTP/1.1
|
2004-12-06 07:54:50 -05:00
|
|
|
Host: host.com:21
|
2015-03-11 19:50:46 -04:00
|
|
|
Authorization: Basic ZGFuaWVsOm15c2VjcmV0
|
2004-12-06 07:54:50 -05:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-12-06 07:54:50 -05:00
|
|
|
Content-Length: 78
|
|
|
|
Expect: 100-continue
|
|
|
|
|
|
|
|
Weird
|
|
|
|
file
|
|
|
|
to
|
|
|
|
upload
|
|
|
|
for
|
|
|
|
testing
|
|
|
|
the
|
|
|
|
PUT
|
|
|
|
feature
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|