Skip to content
Snippets Groups Projects
Commit 12cfc4c0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 9a2de6e6
No related branches found
No related tags found
No related merge requests found
# 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment