FROM : Nicko van Someren
DATE : Wed Oct 13 23:29:08 2004
On 13 Oct 2004, at 22:23, Moray Taylor wrote:
> I want to add and FTP facility to my app, mainly uploading files, and
> listing of directories on remote sites. Any suggestions of which
> library to use gratefully received, preferably Obj-C.
This is a fairly FAQ, see:
http://www.cocoabuilder.com/archive/message/cocoa/2004/8/28/115895
I recommend:
http://www.dlsxtreme.com/software.php?appID=14
As for simple file upload, feel free to file a bug report with Apple
that the -writeToURL:... methods on their base classes will fail to
work with FTP URLs even though the corresponding
-initWithContentsOfURL: methods work just fine with FTP URLs. This
inconsistency really ought to be fixed.
Nicko
DATE : Wed Oct 13 23:29:08 2004
On 13 Oct 2004, at 22:23, Moray Taylor wrote:
> I want to add and FTP facility to my app, mainly uploading files, and
> listing of directories on remote sites. Any suggestions of which
> library to use gratefully received, preferably Obj-C.
This is a fairly FAQ, see:
http://www.cocoabuilder.com/archive/message/cocoa/2004/8/28/115895
I recommend:
http://www.dlsxtreme.com/software.php?appID=14
As for simple file upload, feel free to file a bug report with Apple
that the -writeToURL:... methods on their base classes will fail to
work with FTP URLs even though the corresponding
-initWithContentsOfURL: methods work just fine with FTP URLs. This
inconsistency really ought to be fixed.
Nicko
| Related mails | Author | Date |
|---|---|---|
| Moray Taylor | Oct 13, 23:23 | |
| Nicko van Someren | Oct 13, 23:29 |






Cocoa mail archive

