On Friday 26 October 2007, Amos Shapira wrote: > On 26/10/2007, Rafi Cohen <[EMAIL PROTECTED]> wrote: > > Hi, I'm writing an application in C on linux that one of it's components > > is the ability to upload and download files to/from an ftp server. > > I would like to know if there is an open source ftp api that I can > > integrate in my application? > > Well, I foud one -- libncftp, but after evaluation of 30 days, this api > > has to be paid for further use, so I'm looking for other options. > > If there is no such api, does this mean that I need to run the ftp client > > on the system using stuff like exec, fork etc? > > Any help will be most appreciated. Thanks, Rafi. > > A quick search on SourceForge came up with > http://sourceforge.net/projects/libftp/, for example. >
You may also wish to look at libcurl: http://curl.haxx.se/ Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://www.shlomifish.org/ I'm not an actor - I just play one on T.V. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
