~ubuntu-branches/ubuntu/warty/curl/warty

« back to all changes in this revision

Viewing changes to tests/data/test123

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Server-side
 
2
<reply>
 
3
</reply>
 
4
 
 
5
# Client-side
 
6
<client>
 
7
 <name>
 
8
FTP upload resume with whole file already downloaded
 
9
 </name>
 
10
 <command>
 
11
ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
 
12
</command>
 
13
<file name="log/upload123">
 
14
--------------------------------------------------
 
15
</file>
 
16
</test>
 
17
 
 
18
# Verify data after the test has been "shot"
 
19
<verify>
 
20
<protocol>
 
21
USER anonymous
 
22
PASS curl_by_daniel@haxx.se
 
23
PWD
 
24
EPSV
 
25
TYPE I
 
26
</protocol>
 
27
</verify>