mirror of
https://github.com/curl/curl.git
synced 2026-07-12 20:07:17 +03:00
fixup use <strip> for TYPE
This commit is contained in:
parent
64f2f5c1e7
commit
77a3191e6e
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue