Re: A few questions.....

Jan Jirmasek (jjir2125@mail.kolej.mff.cuni.cz)
Thu, 24 Jun 1999 16:05:20 +0200 (CEST)


On Thu, 24 Jun 1999 androsyn@i95.com wrote:

> I am considering writing a new feature for Linux. Basically it would
> allow you to open arbitrary URLs with the open() call. Something like
> open("http://somehost/~somepage/foo.tar.gz", O_RDONLY)
> or
> open("ftp://somehome/foo.tar.gz", O_RDONLY)

Wouldn't be a cleaner way to use standard open() call on a kind of
httpfs, ftpfs?

And yes, in my opinion, httpfs, ftpfs and others could be a good examples
of user-space filesystem implementations.

Jim

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/