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. --Amos
