curl-curl/tests/data/test542
Viktor Szakats a87383828e
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use,
around 100 issues in total.

There is no plan to enforce badwords on tests.

Also:
- badwords.txt: let a few `manpage[s]` occurrences through
  (in Perl code).

Closes #19541
2025-11-17 13:30:35 +01:00

58 lines
726 B
Plaintext

<testcase>
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
# Server-side
<reply>
<data>
data
to
see
that FTP
works
so does it?
</data>
<datacheck crlf="yes">
Content-Length: 51
Accept-ranges: bytes
</datacheck>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<tool>
lib%TESTNUMBER
</tool>
<name>
FTP a file with NOBODY yes and HEADER no
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
#
# There is no MTDM in the protocol here since this code does not ask for the
# time/date of the file
<verify>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
PWD
TYPE I
SIZE %TESTNUMBER
REST 0
QUIT
</protocol>
</verify>
</testcase>