From eefd5a95afca7371a65bae2ae03dfcd6766cc6ad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Oct 2015 15:24:56 +0200 Subject: test1137: verify --ignore-content-length for FTP --- tests/data/test1137 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tests/data/test1137 (limited to 'tests/data/test1137') diff --git a/tests/data/test1137 b/tests/data/test1137 new file mode 100644 index 000000000..a2bfcbac1 --- /dev/null +++ b/tests/data/test1137 @@ -0,0 +1,52 @@ + + + +FTP +PASV +RETR +--ignore-content-length + + +# Server-side + + +data + to + see +that FTP +works + so does it? + + +REPLY EPSV 500 no such command + + + +# Client-side + + +ftp + + +FTP RETR --ignore-content-length + + +ftp://%HOSTIP:%FTPPORT/1137 --ignore-content-length + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +PASV +TYPE I +RETR 1137 +QUIT + + + -- cgit v1.2.3