This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Best Suited FTP Server TI'S DM64xx Platform.

Other Parts Discussed in Thread: OMAP-L138

Hello,

I am using DM6446 based customized Borard with Montavista Ported on its Arm.The final application is some what similar IP camera application in which i capture live stream ,encode it & send it to network. But there is also provision of storage card for storing the encoded live stream .

I want to have FTP support for the above mentioned system.

Can anyone suggest me any open source FTP server which best suitable for Davinci based system???

I am right now working on porting "Vsftpd" server on ARM side.

Is the right choice ???

Can any one help me out to find best suited FTP server for my application??

 

 

 

 

 

  • Vsftpd is certainly an option, another alternative would be http://www.proftpd.org/. I have not actually used either myself so I am not really sure which would be most suitable/easiest to port.

  • I have real concerns about performance of the System. After porting FTP Server.,It should have minimum impact on performance of actual system application.

  • I'm a couple of months late to this discussion, but I'm wondering about xinetd as an option? I'm more than a little out of my league with this, but it was suggested to met to get and install xinetd (www.xinetd.org).  I've successfully cross-compiled it (I think) but am having problems getting it to "install" into my OMAP-L138 root file system (Logic ZOOM EVM).  Does anybody have expertise getting this working?  Would xinetd be an "add on" over top of the other FTP server apps discussed in this thread, or is it a replacement/alternative to them?