2012-06-04 14:58:46 -04:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
# file1356 contents...
|
|
|
|
<data nocheck="yes">
|
2014-02-01 07:58:41 -05:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Length: 6
|
|
|
|
Connection: close
|
|
|
|
Content-Type: text/html
|
|
|
|
Content-Disposition: filename=name1356; charset=funny; option=strange
|
|
|
|
|
2012-06-04 14:58:46 -04:00
|
|
|
MOOOO
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
# this relies on the debug feature to allow us to set directory to store the
|
|
|
|
# -O output in, using the CURL_TESTDIR variable
|
|
|
|
<features>
|
|
|
|
debug
|
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
2012-06-05 06:31:57 -04:00
|
|
|
FTP download, file with Content-Disposition inside, using -O
|
2012-06-04 14:58:46 -04:00
|
|
|
</name>
|
|
|
|
<setenv>
|
|
|
|
CURL_TESTDIR=%PWD/log
|
|
|
|
</setenv>
|
|
|
|
<command option="no-output,no-include">
|
|
|
|
ftp://%HOSTIP:%FTPPORT/path/file1356 -O
|
|
|
|
</command>
|
2012-06-05 14:19:27 -04:00
|
|
|
<postcheck>
|
2012-06-07 09:26:03 -04:00
|
|
|
perl %SRCDIR/libtest/notexists.pl log/name1356
|
2012-06-05 14:19:27 -04:00
|
|
|
</postcheck>
|
2012-06-04 14:58:46 -04:00
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
|
|
|
PASS ftp@example.com
|
|
|
|
PWD
|
|
|
|
CWD path
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE file1356
|
|
|
|
RETR file1356
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
|
2014-02-01 07:58:41 -05:00
|
|
|
<file1 name="log/file1356">
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Length: 6
|
|
|
|
Connection: close
|
|
|
|
Content-Type: text/html
|
|
|
|
Content-Disposition: filename=name1356; charset=funny; option=strange
|
|
|
|
|
2012-06-04 14:58:46 -04:00
|
|
|
MOOOO
|
|
|
|
</file1>
|
|
|
|
|
2014-02-01 07:58:41 -05:00
|
|
|
<file2 name="log/stdout1356">
|
2012-06-04 14:58:46 -04:00
|
|
|
</file2>
|
|
|
|
|
|
|
|
</verify>
|
|
|
|
</testcase>
|