mtollari ff770d402b Patch level : 12.0
Files correlati     : 
Commento            : Aggiornata cUrl alla ultima versione su Github: 7.56.1

git-svn-id: svn://10.65.10.50/branches/R_10_00@24203 c028cbd2-c16b-5b4b-a496-9718f37d4682
2017-11-27 14:18:45 +00:00

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>