cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] Active Mode FTPS Data Port Range

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 2 May 2009 00:22:32 +0200 (CEST)

On Thu, 30 Apr 2009, koettermarkus_at_gmx.de wrote:

> Updated patches addressing all mentioned issues are attached.

Thanks, but this breaks test 116 (I didn't try the previous versions and I
didn't test any further...)

test 116...[FTP download, failed PORT]

  protocol FAILED:
--- log/check-expected 2009-05-01 22:19:29.000000000 +0000
+++ log/check-generated 2009-05-01 22:19:29.000000000 +0000
@@ -1,6 +1,6 @@
  USER anonymous
  PASS ftp_at_example.com
  PWD
-EPRT |1|1.2.3.4|
-PORT 1,2,3,4,
+EPRT |1|127.0.0.1|
+PORT 127,0,0,1,
  QUIT

  - abort tests
TESTDONE: 114 tests out of 115 reported OK: 99%
TESTFAIL: These test cases failed: 116
TESTDONE: 115 tests were considered during 30 seconds.

-- 
  / daniel.haxx.se
Received on 2009-05-02