diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index d601adb8c207affd4b74ee00d7b39827fcd8de71..6b6a1b1ffaba1b0ba8a2767d74658aea4df334af 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -68,4 +68,6 @@ command35.txt name35.txt prot35.txt reply35.txt \ command36.txt error36.txt name36.txt reply36.txt \ command37.txt name37.txt prot37.txt reply37.txt stunnel.pem \ command38.txt prot38.txt reply380001.txt name38.txt reply38.txt \ -command39.txt prot39.txt reply390001.txt name39.txt reply39.txt reply390002.txt +command39.txt prot39.txt reply390001.txt name39.txt reply39.txt \ +reply390002.txt command122.txt reply122.txt name123.txt name122.txt \ +reply1220001.txt prot123.txt prot122.txt command123.txt reply123.txt diff --git a/tests/data/command122.txt b/tests/data/command122.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc51f2e681dcf5587ab2e5522f48fcbc5777b708 --- /dev/null +++ b/tests/data/command122.txt @@ -0,0 +1 @@ +ftp://%HOSTIP:%FTPPORT/122 -C 5 diff --git a/tests/data/command123.txt b/tests/data/command123.txt new file mode 100644 index 0000000000000000000000000000000000000000..fedf82f06a9691766def9cac40366ef45a3e2a2a --- /dev/null +++ b/tests/data/command123.txt @@ -0,0 +1 @@ +ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt -C 51 diff --git a/tests/data/name122.txt b/tests/data/name122.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7bc58f0a96bede99df29941d53f15e7f23632c3 --- /dev/null +++ b/tests/data/name122.txt @@ -0,0 +1 @@ +FTP download resume with whole file already downloaded diff --git a/tests/data/name123.txt b/tests/data/name123.txt new file mode 100644 index 0000000000000000000000000000000000000000..c198dd71f602dc33f9d58f63d59b13109a6cc5a1 --- /dev/null +++ b/tests/data/name123.txt @@ -0,0 +1 @@ +FTP upload resume with whole file already uploaded diff --git a/tests/data/prot122.txt b/tests/data/prot122.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74f26b4baee5182bf9420b178b2cdfa2c1f600e --- /dev/null +++ b/tests/data/prot122.txt @@ -0,0 +1,6 @@ +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 122 diff --git a/tests/data/prot123.txt b/tests/data/prot123.txt new file mode 100644 index 0000000000000000000000000000000000000000..7673491d4794cd73605b9966b865e14c51b14705 --- /dev/null +++ b/tests/data/prot123.txt @@ -0,0 +1,5 @@ +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I diff --git a/tests/data/reply122.txt b/tests/data/reply122.txt new file mode 100644 index 0000000000000000000000000000000000000000..01d5cf22556ba09e292e9ffe52d320aba0716683 --- /dev/null +++ b/tests/data/reply122.txt @@ -0,0 +1 @@ +MOOO diff --git a/tests/data/reply1220001.txt b/tests/data/reply1220001.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/tests/data/reply123.txt b/tests/data/reply123.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391