un-nest curl
This commit is contained in:
49
curl-8.15.0/tests/data/test475
Normal file
49
curl-8.15.0/tests/data/test475
Normal file
@@ -0,0 +1,49 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
FTP
|
||||
EPSV
|
||||
STOR
|
||||
TYPE A
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
<name>
|
||||
FTP PASV upload ASCII file
|
||||
</name>
|
||||
<file name="%LOGDIR/test%TESTNUMBER.txt" nonewline="yes">
|
||||
%if win32
|
||||
%repeat[1750 x a line of text used for verifying this !%0d%0a]%
|
||||
%else
|
||||
%repeat[1750 x a line of text used for verifying this !%0a]%
|
||||
%endif
|
||||
</file>
|
||||
<command>
|
||||
"ftp://%HOSTIP:%FTPPORT/%TESTNUMBER;type=a" -T %LOGDIR/test%TESTNUMBER.txt
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
QUIT
|
||||
</strip>
|
||||
<upload crlf="yes" nonewline="yes">
|
||||
%repeat[1750 x a line of text used for verifying this !%0a]%
|
||||
</upload>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
EPSV
|
||||
TYPE A
|
||||
STOR %TESTNUMBER
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
Reference in New Issue
Block a user