Skip site navigation (1)Skip section navigation (2)
Date:      10 May 1998 15:30:13 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Mike Smith <mike@smith.net.au>
Cc:        "Jordan K. Hubbard" <jkh@time.cdrom.com>, Julian Elischer <julian@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libftpio ftpio.c
Message-ID:  <xzp7m3u5k4a.fsf@hrotti.ifi.uio.no>
In-Reply-To: Mike Smith's message of "Fri, 08 May 1998 22:54:00 -0700"
References:  <199805090554.WAA00630@antipodes.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith <mike@smith.net.au> writes:
> > > FILE *fetchGetURL(char *URL, int flags);
> > > FILE *fetchPutURL(char *URL, int flags);
> > Sounds reasonable - so the flags will be the union of all possible
> > options, e.g. everything from (contrived) FILE_SYMLINK to FTP_PASSIVE?
> > Do we have less than 32 options in total? ;-)
> Given that this looks a lot like fopen(), maybe use an option string 
> instead?

Very good idea, thanks!

BTW, I have the HTTP code pretty much knocked into place now, though
there are some problems with transfer-coding I need to work out (using
funopen() so I can decode chunk-encoded data transparently. I'll soon
start banging the FTP code from libftpio into place...

-- 
Noone else has a .sig like this one.

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?xzp7m3u5k4a.fsf>