cURL / Mailing Lists / curl-users / Single Mail

curl-users

--disable-eprt patch

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Wed, 22 Oct 2003 01:31:05 +0200

I had this in my curl.rc:
  --ftpport -
  --disable-eprt

But the last line was unknown to curl. So I've patched
main.c to this:

--- src/main.c Fri Oct 17 15:11:04 2003
+++ src/main.c Wed Oct 22 00:57:48 2003
@@ -1119,6 +1119,7 @@
     {"*c", "connect-timeout", TRUE},
     {"*d", "ciphers", TRUE},
     {"*e", "disable-epsv", FALSE},
+ {"*f", "disable-eprt", FALSE},
 #ifdef USE_ENVIRONMENT
     {"*f", "environment", FALSE},
 #endif
---------------

There are 2 'f' options now. Would that cause trouble to
getopt_long and riscOS?

Gisle V.

There are only 10 types of people in this world...
those who understand binary, and those who don't.

-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
Received on 2003-10-22