mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
41 lines
517 B
Plaintext
41 lines
517 B
Plaintext
# similar to test 139 but with a reversed time condition
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
RETR
|
|
-z
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<mdtm>
|
|
213 20030409102659
|
|
</mdtm>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP request and denied to download an older file with -z
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/blalbla/1262 -z "-1 jan 2001"
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
PWD
|
|
CWD blalbla
|
|
MDTM 1262
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|