Forum Discussion
Altera_Forum
Honored Contributor
20 years agoeCos and FTP
Hi all,
I was wondering if eCos is free of use. Even when you use it in products without modifying it. I just want to to use it as OS. I want to run a (T)FTP server on it for up- and downloading images. Cheers, Danny1 Reply
- Altera_Forum
Honored Contributor
eCos is released under the GNU GPL, so you should be OK.
There's a TFTP server in it already; you just have to add the net packages (or use the net template) and start it by calling tftpd_start().