cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Does curl support active ftp?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 Aug 2013 23:15:37 +0200 (CEST)

On Wed, 21 Aug 2013, Michael Chan wrote:

> I'm trying to use curl to do active ftp for ipv6, but when I try doing so,
> I get a RETR 425 message. I did a packet capture and saw that when the
> server was trying to initiate a connect to the client, the client will send
> an ICMPv6 type=1 code=1(destination unreachable, unreachable prohibited) to
> the server. How can I make curl do active ftp for ipv6?

"curl -P - ftp://example.com/"

Please use -v and show us the output so that we can see what fails (edit out
sensitive info). I suspect your problem is not with curl but with your network
setup/stack something...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-08-22