mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
39 lines
529 B
Plaintext
39 lines
529 B
Plaintext
<info>
|
|
<keywords>
|
|
FTP
|
|
EPSV
|
|
Resume
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP upload resume with whole file already downloaded
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
|
|
</command>
|
|
<file name="log/upload123">
|
|
--------------------------------------------------
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS curl_by_daniel@haxx.se
|
|
PWD
|
|
EPSV
|
|
TYPE I
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|