diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-23 16:32:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-23 16:32:06 (GMT) |
commit | dd92d9ec38232dfc80b4fff804a0960d23ccc227 (patch) | |
tree | bfa3747b1e62ff8d2dd671200f6c88cf1784fb6b /Utilities/cmcurl-7.19.0/tests/data/test272 | |
parent | 5778b6efe98e3676e00f01cfeca62bd9b2b481b5 (diff) | |
download | CMake-dd92d9ec38232dfc80b4fff804a0960d23ccc227.zip CMake-dd92d9ec38232dfc80b4fff804a0960d23ccc227.tar.gz CMake-dd92d9ec38232dfc80b4fff804a0960d23ccc227.tar.bz2 |
ENH: import of new curl version
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test272')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test272 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test272 b/Utilities/cmcurl-7.19.0/tests/data/test272 new file mode 100644 index 0000000..cf6e7da --- /dev/null +++ b/Utilities/cmcurl-7.19.0/tests/data/test272 @@ -0,0 +1,40 @@ +<testcase> +<info> +<keywords> +FTP +PASV +RETR +</keywords> +</info> +# Server-side +<reply> +<mdtm> +213 20040101121212 +</mdtm> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP timed conditioned get file with identical time stamp + </name> + <command> +ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC" +</command> + +</client> + +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous +PASS ftp@example.com +PWD +MDTM 272 +QUIT +</protocol> +</verify> +</testcase> |