cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: the command function moves up

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 9 Jun 2005 12:17:15 +0200 (CEST)

On Thu, 9 Jun 2005, wx wrote:

> G:\curl>curl -v -g --disable-epsv --show-error --trace-time --disable-eprt
> --cr

Care to explain what the subject means?

> lf ftp://abc:abc@222.222.222.22:20005/download/---+++aabbcc+++---/---+++dd
> eeaabbcc+++---/[hhjj][bg][hk][HDTV-RMVB][YY]/

09:37:00.24 > PASV
09:37:00.24 * Connect data stream passively
09:37:00.24 < 250-

...

09:37:00.24 < 250 Directory changed to

09:37:00.24 * Bad PASV/EPSV response: 250

The correct and only acceptable (positive) response to PASV is 227 with a
context that libcurl can parse.

This looks like a server bug.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-06-09