From 913312f414c7912802c3b33e7e36d3749f86789a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Dec 2016 00:07:36 +0100 Subject: test1282: verify the ftp-gss check --- tests/data/test1282 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test1282 (limited to 'tests/data/test1282') diff --git a/tests/data/test1282 b/tests/data/test1282 new file mode 100644 index 000000000..197356c6b --- /dev/null +++ b/tests/data/test1282 @@ -0,0 +1,45 @@ + + + +FTP +PASV +RETR + + +# Server-side + + +REPLY PASS 633 XXXXXXXX\x00\x00XXXXXXXX + + + +# Client-side + + +ftp + + +GSS-API + + +FTP with 633 response before gss initialized + + +ftp://%HOSTIP:%FTPPORT/1282 + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com + + +# 67 == CURLE_LOGIN_DENIED + +67 + + + -- cgit v1.2.3