From 8d49a8f2787676bfe8621f1e0cdb9f42ac23c809 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 11 Jul 2008 05:08:06 +0000 Subject: Added test cases 1038 and 1039 to test Adrian Kreher's report that ftp uploads with -C - didn't resume properly, but the tests pass. --- tests/data/test1039 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test1039 (limited to 'tests/data/test1039') diff --git a/tests/data/test1039 b/tests/data/test1039 new file mode 100644 index 000000000..654d836d2 --- /dev/null +++ b/tests/data/test1039 @@ -0,0 +1,53 @@ + + + +FTP +EPSV +APPE +Resume + + +# Server-side + + +0 + + + +# Client-side + + +ftp + + +FTP PASV upload resume from end of empty file + + +ftp://%HOSTIP:%FTPPORT/1039 -T log/upload1039 -C - + + +this is the *****cr@p******** that we're gonna upload + +worx? + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +TYPE I +SIZE 1039 +STOR 1039 +QUIT + + +this is the *****cr@p******** that we're gonna upload + +worx? + + + -- cgit v1.2.3