Re: cvs commit: src/lib/libftpio ftpio.c

[ Available lists | Index of cvs-all | Month of May 1998 | Week of 10 May 1998 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dag-Erling Coidan Smørgrav <dag-erli@ifi.uio.no>
Date
10 May 1998 06:32:38
Subject
Re: cvs commit: src/lib/libftpio ftpio.c
Message-ID
xzp7m3u5k4a.fsf@hrotti.ifi.uio.no


[ Hide this part ]
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


Elapsed time: 0.285 seconds