mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
31 lines
388 B
Plaintext
31 lines
388 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
STOR
|
|
Resume
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP resume upload but denied access to local file
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/289 -T log/illegal-nonexistent-file -C -
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
26
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|