LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can i set a ftp daemon on Embedded linux ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-set-a-ftp-daemon-on-embedded-linux-4175536486/)

wowy 03-12-2015 03:25 AM

How can i set a ftp daemon on Embedded linux ?
 
Hi,

I am currently working on a Embedded system (linux 2.6.24) and need to set a ftp daemon on it.
I have the busybox v1.4.2 on it but it don't have ftpd on it.
After searching on internet i find tons of way to install a ftp daemon on normal linux computer but no explanation on how to do it on an Embedded devive.
I am not the one who installed the distro and busybox, i have no knowledge on how to make this. I have no sudo/apt-get/make command on my system.

suicidaleggroll 03-12-2015 09:24 PM

Well typically the answer would be that you use the same build environment you used to build the distro to build an ftp server for it as well. If you don't have the original cross-compilation build system and you don't have any kind of build system on the device itself, I don't think there's much you can do.

What's the device, if you don't mind me asking?

wowy 03-13-2015 02:51 AM

Quote:

Originally Posted by suicidaleggroll (Post 5331321)
Well typically the answer would be that you use the same build environment you used to build the distro to build an ftp server for it as well. If you don't have the original cross-compilation build system and you don't have any kind of build system on the device itself, I don't think there's much you can do.

What's the device, if you don't mind me asking?

I have the distro file and the cross-compilation system on a computer but then i don't really know what to do to set it up.

The device is a sbc6000x.

kingk85 07-22-2018 08:11 AM

Quote:

Originally Posted by wowy (Post 5330795)
Hi,

I am currently working on a Embedded system (linux 2.6.24) and need to set a ftp daemon on it.
I have the busybox v1.4.2 on it but it don't have ftpd on it.
After searching on internet i find tons of way to install a ftp daemon on normal linux computer but no explanation on how to do it on an Embedded devive.
I am not the one who installed the distro and busybox, i have no knowledge on how to make this. I have no sudo/apt-get/make command on my system.

Hello,

Try uFTP server, is a very smooth basic FTP server developed for embedded devices in C seems to be what you are looking for.

http://www.uftpserver.com/


All times are GMT -5. The time now is 01:24 AM.