cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Active FTP uploads

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 9 Jun 2006 14:18:05 +0200 (CEST)

On Fri, 9 Jun 2006, Patrick Heeb wrote:

> the lib525 tool against a localhost ProFTPD (1.2.10) on debian stable
> also works for me,
> but not to a remote one (legolas: ProFTPD 1.2.10 - debian stable).

Wow. How can this happen at all? I mean, libcurl doesn't even know it is local
or not so this smells like there is something in your environment that creates
this difference.

> using the command line (CVS Version) works as well:
>
> ph_at_biochips:~/workspaces/c/curl-src/src$ ./curl -vP 192.168.2.224 -T
> /home/ph/index.html ftp://bast:bast12@legolas//home/bast/index.html

If you instead use "-P -" to let curl pick the default address, it is next to
exactly the same code and procedure that runs for the case that fails for
you...

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