Thanks. It seems I should make a better search. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amos Shapira Sent: Friday, October 26, 2007 1:08 AM To: [email protected] Subject: Re: integrating ftp client within an application on linux
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
