curl/tests/data/test128

58 lines
644 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
EPSV
STOR
--crlf
</keywords>
</info>
2002-03-20 05:50:12 -05:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2002-03-20 05:50:12 -05:00
<name>
FTP upload with --crlf
</name>
<command>
ftp://%HOSTIP:%FTPPORT/128 -T log/upload128 --crlf
</command>
<file name="log/upload128">
file
with unix newlines
meant to be
converted
with
the
--crlf option
</file>
</client>
2002-03-20 05:50:12 -05:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2002-03-20 05:50:12 -05:00
PWD
EPSV
TYPE I
STOR 128
QUIT
2002-03-20 05:50:12 -05:00
</protocol>
<upload>
file
with unix newlines
meant to be
converted
with
the
--crlf option
</upload>
</verify>
</testcase>