fixup use <strip> for TYPE

This commit is contained in:
Daniel Stenberg 2025-10-06 13:24:46 +02:00
parent 64f2f5c1e7
commit 77a3191e6e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -33,11 +33,14 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
# Strip off parts of the EPRT command that might differ
# The TYPE command might get sent so we ignore that
<strippart>
s/^TYPE (.*)$//
s/^EPRT \|1\|(.*)/EPRT \|1\|/
</strippart>
# The TYPE command might get sent so we ignore that
<strip>
^TYPE
</strip
<protocol>
USER anonymous
PASS ftp@example.com