~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to tests/data/test247

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-07-26 19:03:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050726190301-x2m2vmjgc8fwnic5
Tags: 7.14.0-2ubuntu1
Synchronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<reply>
 
2
<mdtm>
 
3
213 20030409102659
 
4
</mdtm>
 
5
</reply>
 
6
 
 
7
# Client-side
 
8
<client>
 
9
<server>
 
10
ftp
 
11
</server>
 
12
 <name>
 
13
FTP upload time condition evaluates TRUE => skip upload
 
14
 </name>
 
15
<file name="log/test247.txt">
 
16
data
 
17
    to
 
18
      see
 
19
that FTP
 
20
works
 
21
  so does it?
 
22
</file>
 
23
 <command>
 
24
ftp://%HOSTIP:%FTPPORT/247 -T log/test247.txt -z "apr 1 2005 08:00:00"
 
25
</command>
 
26
</client>
 
27
 
 
28
# Verify data after the test has been "shot"
 
29
<verify>
 
30
<upload>
 
31
</upload>
 
32
<protocol>
 
33
USER anonymous
 
34
PASS curl_by_daniel@haxx.se
 
35
PWD
 
36
MDTM 247
 
37
QUIT
 
38
</protocol>
 
39
</verify>