Date: Mon, 11 May 1998 01:51:01 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Cc: committers@FreeBSD.ORG Subject: Re: libfetch Message-ID: <10790.894876661@time.cdrom.com> In-Reply-To: Your message of "11 May 1998 10:35:41 %2B0200." <xzpu36x19ya.fsf@hrotti.ifi.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
> Well, I'm not familiar with LDAP :) but the username and password can > be encoded in the URL (cf. RFC1738), as can the port: > > fetchGetURL("ftp://fred:geheim@ftp.domain.com:2032/pub/file", "p"); > > (where "p" would mean e.g. using passive ftp) Hmmmm. I'm not sure which is the ickier solution, but I guess if you've gotta parse the URL to that extent anyway in order to be RFC compliant, it's less important to add it to the options string. I guess I'll wait until I've seen your full superset proposal for all option handling in fetchGetURL() before dusting off my X.500 style option string suggestion again. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10790.894876661>