diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 67922012a9..ac625474c5 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -5,9 +5,9 @@ test: [ -f test1 ] || ln -s $(srcdir)/test* . EXTRA_DIST = \ -test1 test104 test13 test19 test21 test3 test5 \ -test10 test105 test14 test2 test22 test300 test6 \ -test100 test106 test15 test20 test23 test33 test7 \ -test101 test107 test16 test200 test24 test4 test8 \ -test102 test11 test17 test201 test25 test400 test9 \ -test103 test12 test18 test202 test26 test43 test44 +test1 test104 test11 test15 test20 test23 test33 test6 \ +test10 test105 test110 test16 test200 test24 test4 test7 \ +test100 test106 test111 test17 test201 test25 test400 test8 \ +test101 test107 test12 test18 test202 test26 test43 test9 \ +test102 test108 test13 test19 test21 test3 test44 \ +test103 test109 test14 test2 test22 test300 test5 diff --git a/tests/data/test108 b/tests/data/test108 new file mode 100644 index 0000000000..5ae7c2a72e --- /dev/null +++ b/tests/data/test108 @@ -0,0 +1,39 @@ +# Server-side + + + + + +# Client-side + + +FTP PORT upload with CWD + + +ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P - + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + +^PORT .* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD CWD/STOR/RETR +PORT 127,0,0,1,5,109 +TYPE I +STOR 108 + + +Moooooooooooo + upload this + + diff --git a/tests/data/test109 b/tests/data/test109 new file mode 100644 index 0000000000..18661885d5 --- /dev/null +++ b/tests/data/test109 @@ -0,0 +1,37 @@ +# Server-side + + + + + +# Client-side + + +FTP PASV upload append + + +ftp://%HOSTIP:%FTPPORT/109 -T log/upload109 --append + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +APPE 109 + + +Moooooooooooo + upload this + + diff --git a/tests/data/test110 b/tests/data/test110 new file mode 100644 index 0000000000..ce0df48d3e --- /dev/null +++ b/tests/data/test110 @@ -0,0 +1,36 @@ +# Server-side + + +expected to be a file without the first part +but we emulate that + + +85 + + + +# Client-side + + +FTP download resume with set limit + + +ftp://%HOSTIP:%FTPPORT/110 -C 20 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 110 +REST 20 +RETR 110 + + diff --git a/tests/data/test111 b/tests/data/test111 new file mode 100644 index 0000000000..6201f34940 --- /dev/null +++ b/tests/data/test111 @@ -0,0 +1,33 @@ +# Server-side + + +85 + + + +# Client-side + + +FTP download resume beyond file size + + +ftp://%HOSTIP:%FTPPORT/111 -C 2000 + + + +# Verify data after the test has been "shot" + + +36 + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 111 + +