cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: ftp Error

From: Nielsen Linus (ext) <Linus.Nielsen_at_elema.siemens.se>
Date: Tue, 12 Feb 2002 13:25:44 +0100

> What is the right way to use local ip address ?
> curl_easy_setopt(curl,CURLOPT_FTPPORT, '-' );
> curl_easy_setopt(curl,CURLOPT_FTPPORT, "-");

The latter:

curl_easy_setopt(curl,CURLOPT_FTPPORT, "-");

/Linus
Received on 2002-02-12