Re: Cocoa FTP Server
Re: Cocoa FTP Server
- Subject: Re: Cocoa FTP Server
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 12 Dec 2004 13:47:27 +0000
On Mon, 13 Dec 2004 00:00:35 +1030, Jonathon Mah <email@hidden> wrote:
> Hi all,
>
> Does anyone know of any Cocoa-based FTP servers? I would like the
> actual server code to be Cocoa-based (not just a wrapper on some C code
> or whatever).
Why exactly would there be some sort of requirement that it's using
Cocoa? What advantage does that have over plain BSD sockets (or the
higher-level wrappers around them)? Disadvantage is high overhead,
lack of testing of the code, etc.
> If no-one knows of any code already out there, could you please give me
> a couple of pointers to Cocoa classes I'd use to implement an FTP
> server? I haven't ever done networking in Cocoa before.
There's some stuff in CF that you could use. Or there are some Cocoa
wrappers around those and BSD sockets and things. Search the archives
and look at <http://www.cocoadev.com>
> Just to whet people's appetites, this is part of a larger project to
> implement arbitrary file systems in Mac OS X (shfs, gmailfs, etc.), so
> you'll be able to mount directories over SSH, SFTP, and more! (Yes, it
> will be open-source, but I'm just searching for a starting-point at the
> moment.)
Are you trying to do something like clone FUSE
<http://fuse.sourceforge.net/>? If so, I would have thought that the
whole network thing would be incidental and certainly shouldn't be the
biggest challenge. And tying yourself to Cocoa is probably
unnecessary.
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden