FTP
PASV
RETR
# Server-side
213 20040101121212
# Client-side
ftp
 
FTP timed conditioned get file with identical time stamp 
 
 
ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
MDTM 272
QUIT