cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURL and vsFTPd problem

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 16 Aug 2007 11:21:51 +0200 (CEST)

On Thu, 16 Aug 2007, Dragomir Ivanov wrote:

> 331 Please specify the password.
> PASS
> 503 Login with USER first.
> Access denied: 503
> Closing connection #0

First, you don't mention what libcurl version or operating system you're
using.

But really, you probably didn't keep the string area around for libcurl to use
so when it wanted the user string your application has reused that buffer for
other purposes.

In the upcoming 7.17 you won't have to do that, but until then you do.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-16