diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-10 06:09:03 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-10 06:09:03 +0000 |
commit | bbb1b99ce1fdc28bbd6a48d192f65733eed33ecc (patch) | |
tree | 05dacefffcc9c5a734eef42e41fda7f5d305f938 /tests/data/test1036 | |
parent | 0cd8840dbaf662ee59573be86fe6550a1b5cbf97 (diff) |
Added tests 1036 and 1037 to verify resumed ftp downloads with -C -
Diffstat (limited to 'tests/data/test1036')
-rw-r--r-- | tests/data/test1036 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/tests/data/test1036 b/tests/data/test1036 new file mode 100644 index 000000000..471a11578 --- /dev/null +++ b/tests/data/test1036 @@ -0,0 +1,61 @@ +<testcase> +<info> +<keywords> +FTP +PASV +RETR +Resume +</keywords> +</info> + +# Server-side +<reply> +<data nocheck="1"> +expected to be a file without the first part +but we emulate that +</data> +<size> +85 +</size> +<servercmd> +REPLY EPSV 500 no such command +</servercmd> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP download resume from end of file + </name> + <command> +ftp://%HOSTIP:%FTPPORT/1036 -C - +</command> +<file name="log/curl1036.out"> +This is the start!! +</file> +</client> + +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous
+PASS ftp@example.com
+PWD
+EPSV
+PASV
+TYPE I
+SIZE 1036
+REST 20
+RETR 1036
+QUIT
+</protocol> +<file name="log/curl1036.out"> +This is the start!! +expected to be a file without the first part +but we emulate that +</file> +</verify> +</testcase> |