cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Implementing ftp proxy with custom ftp command

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 13 Jan 2009 19:56:55 +0100 (CET)

On Tue, 13 Jan 2009, romain.jacquet.dev_at_free.fr wrote:

> I try to implement ftp proxy connexion using custom ftp commands. I found
> many posts about this, but no clear solutions.
> My ftp proxy requires sending the user and the password before any other
> ftp commands. The CURLOPT_QUOTE feature allows to send custom commands, but
> these commands are send before the USER and PASS commands. Is there a
> workaround to these problem?

Nope. libcurl currently has no way to send any commands before USER... we'd
need to change libcurl to support that first.

-- 
  / daniel.haxx.se
Received on 2009-01-13