LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   help: ftp client API (https://www.linuxquestions.org/questions/programming-9/help-ftp-client-api-499396/)

Rostfrei 11-07-2006 07:59 AM

help: ftp client API
 
Hello!

I'm an embedded programmer that was thrown from vxworks world into the linux world. I have the following problem. Our file system and applications for our platform (MIPS32) was cross compiled using Buildroot package. With this tool also additional tools like FTP client etc was cross compiled. I have working Linux platform. Here my problem starts. When I make my own application and I want to use FTP functionality from that application how do I do it? Here I have 2 separate executables (my app and ftp client). Is there any smart way of using FTP client from my application ?

Regards,

Denes 11-08-2006 06:52 PM

A possibility would be to use popen to open a pipe to ftp and then using fputs to send commands to ftp over that pipe.


All times are GMT -5. The time now is 09:57 AM.