Nope, i don't yet have much experience with networking.pljones wrote:I could only point you at GPL'd source code and that would be problematic...mutools wrote:Building further on this, if any of you would know a simple way how to download an internet file from within an osx application, please let me know.
Open a socket(), connect to the server on port 80, send appropriate HTTP protocol request for file, check for HTTP protocol response and save the data stream. But I guess you knew that...
Do you?
I noticed this 'socket' technique on the web, but it looks rather dev-time expensive for just downloading a file
I hoped for a high level function on OSX like the Windows high level funcs InternetOpenUrl, InternetReadFile, etc...You should be able to do it the same way on both Windows and OSX (at the low level) - different URL for the file to download, obviously!
Hope i'm not going to much OT here, otherwise lets create a separate topic or switch to email.
