Forum Discussion

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

FTP server on NIOS II Dev Kit

Hi all,

I am new with this and just got the webserver example up and running. I am a student who just started working with this. What I am now trying to do is to upload a file into the flash memory via ethernet. I am looking for example code which should make it possible.

Can you help me with this problem?!

Cheers,

Danny

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by dannyjacobs@Oct 7 2005, 08:39 AM

    i am new with this and just got the webserver example up and running. i am a student who just started working with this. what i am now trying to do is to upload a file into the flash memory via ethernet. i am looking for example code which should make it possible.

    --- Quote End ---

    I haven't seen an FTP server example. However, on my eCos-based system, I'm running a TFTP server which seems to work fine for code updates and such.

    If you can't use Linux or eCos, and have to write a server yourself, then I'd recommend tftp (http://www.faqs.org/rfcs/rfc1350.html) over FTP. It's a much simpler protocol.