Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

eCos 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,

Danny

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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().