Re: FTP & SFTP?
Re: FTP & SFTP?
- Subject: Re: FTP & SFTP?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 30 Mar 2004 18:27:10 -0700
On Mar 30, 2004, at 4:53 PM, Seth Willits wrote:
Can anyone point me to a framework that handles FTP & SFTP? It looks
like Omni's OWF framework handles FTP, but I would really like to have
both. Also, I have no clue how to use OWF and would really not like
the overhead and headache of dealing with several extra layers.
Foundation's URL handling classes can do FTP downloads just fine, as
can CURLHandle. If you need something more advanced, like directory
listings, then you'll probably need to use OWF. You'll probably get
better OWF help on the Omni Group's macosx-dev list, since some of the
people who wrote the framework read that list.
SFTP is more difficult. I use libssh at
<
http://0xbadc0de.be/projects/sshlib.html/>, and actually wrote some of
the SFTP code in the project, but I have to warn you that it is not a
1.0 release yet.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >FTP & SFTP? (From: Seth Willits <email@hidden>) |