Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- 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.