RE: Best way to implement FTP Upload
RE: Best way to implement FTP Upload
- Subject: RE: Best way to implement FTP Upload
- From: Pranav Kumar Sahu <email@hidden>
- Date: Fri, 25 Jul 2003 17:50:29 +0530
>
If you want to use FTP, and you are a Carbon Mac OS X-only Mach-O
>
application, you should look into curl. libcurl.a is installed on Mac
>
OS X by default I believe, and it supports FTP and HTTP transfers. Look
>
at /usr/include/curl/curl.h. The curl library isportable across many
>
Unicies, so lots of sample code exists for it on the Web.
>
If you are using CFM, this is still possible, but you'll need to create
>
a Mach-O bundle which accesses the curl funcitons, and dynamically load
>
the bundle from within your application. There's plenty of sample code
>
on how to do that.
I am working on a library. That supports
All protocols and socket calls. It's works fine with windows and Mac.
How it bifacial over URLAccessManager ?
Does it worth my library depends on another library ?
--Pranav
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.