Skip navigation.
 
mlRe: Cocoa FTP Server
FROM : Sherm Pendley
DATE : Sun Dec 12 15:58:21 2004

On Dec 12, 2004, at 9:34 AM, Jonathon Mah wrote:

> 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.


Meh. Sounds awkward and klunky.

I'd throw away the whole "local FTP server" hack, and look into
mounting the remote system directly with a VFS - Virtual File System -
plugin. Ask around on the Darwin lists.

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Related mailsAuthorDate
mlCocoa FTP Server Jonathon Mah Dec 12, 14:30
mlRe: Cocoa FTP Server Finlay Dobbie Dec 12, 14:47
mlRe: Cocoa FTP Server Jonathon Mah Dec 12, 15:34
mlRe: Cocoa FTP Server M. Uli Kusterer Dec 12, 15:49
mlRe: Cocoa FTP Server Sherm Pendley Dec 12, 15:58
mlRe: Cocoa FTP Server Jonathon Mah Dec 12, 16:56
mlRe: Cocoa FTP Server M. Uli Kusterer Dec 12, 17:28
mlRe: Cocoa FTP Server Izidor Jerebic Dec 12, 17:55
mlRe: Cocoa FTP Server Finlay Dobbie Dec 12, 19:43