Forum Discussion

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

Nichestack FTP & File System

I've implemented (enabled) FTP with Nichestack TCP/IP; I also have a uc/FS that I normally use to handle a NAND FLASH memory.

My problem is that I can't understand (also reading Nichestack reference manual) how to integrate my FS with FTP server. I don't know if Nichestack Virtual File System is necessary or I can disable it. Moreover I don't understand if I have to enable HT_LOCALFS and/or HT_EXTDEV within ipport.h.

Can anybody help me or have some experience about my problem?

Ciao

1 Reply

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

    Hello,

    nobody answered this thread... :(

    Anyway I solved my problem by myself! :-P

    I disable virtual file system, and I mapped VFS api to my Micrium FS; some more little modification were required...

    If someone in future would need help about this kind of issue, contact me!

    Ciao