• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa FTP Server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa FTP Server


  • Subject: Re: Cocoa FTP Server
  • From: Jonathon Mah <email@hidden>
  • Date: Mon, 13 Dec 2004 01:04:09 +1030


On 13 Dec 2004, at 00:17, Finlay Dobbie wrote:

On Mon, 13 Dec 2004 00:00:35 +1030, Jonathon Mah <email@hidden> wrote:
(other stuff)


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.

The way I was planning to implement it was for the app to act as a kind of "bridge" between protocols. The program would use, for example, an SFTP client plugin and use it to connect to a remote server. It'd then run its own FTP server (accessible only from localhost), which the Finder could then mount. When the app receives various FTP commands (LIST, etc.), it'd talk to the plugin, re-format the output as necessary, and pass it back.


Most, if not all existing FTP server code is designed to work with file system only. Since I'd be doing a lot of customizing of it (intercepting commands and passing different results back, etc.), I figured that a pure Cocoa server would be the easiest to modify.


Jonathon Mah email@hidden

_______________________________________________
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


  • Follow-Ups:
    • Re: Cocoa FTP Server
      • From: Sherm Pendley <email@hidden>
    • Re: Cocoa FTP Server
      • From: "M. Uli Kusterer" <email@hidden>
References: 
 >Cocoa FTP Server (From: Jonathon Mah <email@hidden>)
 >Re: Cocoa FTP Server (From: Finlay Dobbie <email@hidden>)

  • Prev by Date: Re: Cocoa FTP Server
  • Next by Date: Re: Cocoa FTP Server
  • Previous by thread: Re: Cocoa FTP Server
  • Next by thread: Re: Cocoa FTP Server
  • Index(es):
    • Date
    • Thread