LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ftp client API's (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-client-apis-751679/)

linux_newbie79 09-01-2009 12:58 AM

ftp client API's
 
Hi,

I am running linux 2.6.11 in my pxa255 based embedded platform.

My application(C coding) needs to download file through FTP. FTP server runs in remote host.

Can you please suggest good documentation for this purpose or some manuals through which I can develop the application further.

Thanks

estabroo 09-01-2009 10:40 PM

You could always do a system call to wget to fetch your files, however if you want to really implement your own client side of ftp then I'd recommend looking at the ftp RFC 959.


All times are GMT -5. The time now is 11:56 AM.