Take a look at http://quake.nyct.net/~efutch/FreeBSD/ftpio.c.patch-3 and
let me know if this is what you want.  Really it's such a stupid problem
that not patching it wouldn't make sense.

--
Eric Futch              New York Connect.Net, Ltd.
[EMAIL PROTECTED]         Technical Support Staff
http://www.nyct.net     (212) 293-2620
"Bringing New York The Internet Access It Deserves"


On Thu, 20 Apr 2000, Tim Liddelow wrote:

>Actually that is wrong, as the above patch has the wrong default behaviour.
>
>It should read something like:
>
>+    cp = getenv("FTP_PASSIVE_MODE");
>+    if (cp && strncasecmp(cp, "NO", 2)==0)
>+        ftpPassive(fp, FALSE);
>+    else if (cp)
>+        ftpPassive(fp, TRUE);
>
>Or basically just use the same code from src/lib/libftpio/ftpio.c :)
>
>Cheers
>Tim.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to