From 12cfc4c0b02c4c756325d70dbba7e33ea35f9698 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 9 Jan 2003 16:47:55 +0000 Subject: verify -u username: with ftp to use a blank password --- tests/data/test136 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test136 (limited to 'tests') diff --git a/tests/data/test136 b/tests/data/test136 new file mode 100644 index 000000000..d17bb0433 --- /dev/null +++ b/tests/data/test136 @@ -0,0 +1,29 @@ +# Server-side + + +0123456789abcdef + + + +# Client-side + + +FTP with user and no password + + +-u user: ftp://%HOSTIP:%FTPPORT/136 + + + +# Verify data after the test has been "shot" + + +USER user +PASS +PWD +EPSV +TYPE I +SIZE 136 +RETR 136 + + -- cgit v1.2.3