diff options
Diffstat (limited to 'tests/data/test289')
-rw-r--r-- | tests/data/test289 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/data/test289 b/tests/data/test289 new file mode 100644 index 000000000..2720e2e9c --- /dev/null +++ b/tests/data/test289 @@ -0,0 +1,30 @@ +<testcase> +<info> +<keywords> +FTP +STOR +Resume +FAILURE +</keywords> +</info> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP resume upload but denied access to local file + </name> + <command> +ftp://%HOSTIP:%FTPPORT/289 -T log/illegal-nonexistent-file -C - +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +26 +</errorcode> +</verify> +</testcase> |