From: Daniel Stenberg Date: Thu, 9 Jan 2003 16:47:55 +0000 (+0000) Subject: verify -u username: with ftp to use a blank password X-Git-Tag: curl-7_10_3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12cfc4c0b02c4c756325d70dbba7e33ea35f9698;p=curl verify -u username: with ftp to use a blank password --- 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 + +