curl/tests/data/test140

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
556 B
Plaintext
Raw Permalink Normal View History

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