xref: /curl/tests/data/test128 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6STOR
7--crlf
8</keywords>
9</info>
10# Server-side
11<reply>
12</reply>
13
14# Client-side
15<client>
16<server>
17ftp
18</server>
19<name>
20FTP upload with --crlf
21</name>
22<command>
23ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --crlf
24</command>
25<file name="%LOGDIR/upload%TESTNUMBER">
26file
27with Unix newlines
28meant to be
29converted
30with
31the
32--crlf option
33</file>
34</client>
35
36# Verify data after the test has been "shot"
37<verify>
38<strip>
39QUIT
40</strip>
41<protocol>
42USER anonymous
43PASS ftp@example.com
44PWD
45EPSV
46TYPE I
47STOR %TESTNUMBER
48QUIT
49</protocol>
50<upload>
51file
52with Unix newlines
53meant to be
54converted
55with
56the
57--crlf option
58</upload>
59</verify>
60</testcase>
61