curl/tests/data/test140

43 lines
521 B
Plaintext
Raw Normal View History

<testcase>
2007-12-08 17:56:17 -05:00
<info>
<keywords>
FTP
-z
--data-binary
</keywords>
</info>
2003-04-10 07:43:47 -04:00
# Server-side
<reply>
<data>
</data>
<mdtm>
213 20030409102659
</mdtm>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2003-04-10 07:43:47 -04:00
<name>
FTP download file with -z, expected to not transfer
</name>
<command>
ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004"
</command>
</client>
2003-04-10 07:43:47 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2003-04-10 07:43:47 -04:00
PWD
CWD blalbla
MDTM 140
QUIT
2003-04-10 07:43:47 -04:00
</protocol>
</verify>
</testcase>