~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/data/test238

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
</keywords>
 
6
</info>
 
7
 
2
8
# Server-side
3
9
<reply>
4
10
<servercmd>
5
11
REPLY EPSV 229 Entering Passiv Mode (|||1000000|)
6
 
REPLY PASV 227 Entering Passiv Mode (1216,256,2,127,127,127)
7
12
</servercmd>
8
13
</reply>
9
14
 
13
18
ftp
14
19
</server>
15
20
 <name>
16
 
FTP getting bad port in response to EPSV and in response to PASV
 
21
FTP getting bad port in response to EPSV
17
22
 </name>
18
23
 <command>
19
24
ftp://%HOSTIP:%FTPPORT/238
22
27
 
23
28
# Verify data after the test has been "shot"
24
29
<verify>
25
 
# curl: (15) Can't resolve new host 1216.256.2.127:32639
26
 
# 15 => CURLE_FTP_CANT_GET_HOST
27
 
# some systems just don't fail on the illegal host name/address but instead
28
 
# moves on and attempt to connect to... yes, to what?
29
 
# 7= CURLE_COULDNT_CONNECT
 
30
# 13 = CURLE_FTP_WEIRD_PASV_REPLY
30
31
<errorcode>
31
 
7, 15
 
32
13
32
33
</errorcode>
33
34
<protocol>
34
35
USER anonymous
35
36
PASS ftp@example.com
36
37
PWD
37
38
EPSV
38
 
PASV
 
39
QUIT
39
40
</protocol>
40
41
</verify>
41
42
</testcase>