Commit 12cfc4c0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

verify -u username: with ftp to use a blank password

parent 9a2de6e6
Loading
Loading
Loading
Loading

tests/data/test136

0 → 100644
+29 −0
Original line number Diff line number Diff line
# Server-side
<reply>
<data>
0123456789abcdef
</data>
</reply>

# Client-side
<client>
 <name>
FTP with user and no password
 </name>
 <command>
-u user: ftp://%HOSTIP:%FTPPORT/136
</command>
</test>

# Verify data after the test has been "shot"
<verify>
<protocol>
USER user
PASS 
PWD
EPSV
TYPE I
SIZE 136
RETR 136
</protocol>
</verify>