1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Daniel Stenberg 2003-01-09 16:47:55 +00:00
parent 9a2de6e6ee
commit 12cfc4c0b0

29
tests/data/test136 Normal file
View File

@ -0,0 +1,29 @@
# 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>