This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need Compiler which has FTP lib

Hello, As we known RL ARM doesnt support FTP server. It only supports tftp. But for our application i need to implement FTP server. I am using Keil micro 3 version. I need to know any GCC compilers available which supports my LPC2388 and comes with ftp library's.

Parents
  • Note that version of Nichelite specifically for NXP processors is available free from NXP...

    There are also plenty of open-sourse TCP/IP stacks around; eg, uIP and LwIP

    The specifications for FTP are public and freely available - as are all the other standard internet protocols: www.ietf.org/.../1rfc_index.txt

    So, why not take a look at them, and consider how much effort it would take to implement from scratch.
    You might then want to reconsider the value of a commercial stack like Interniche...

Reply
  • Note that version of Nichelite specifically for NXP processors is available free from NXP...

    There are also plenty of open-sourse TCP/IP stacks around; eg, uIP and LwIP

    The specifications for FTP are public and freely available - as are all the other standard internet protocols: www.ietf.org/.../1rfc_index.txt

    So, why not take a look at them, and consider how much effort it would take to implement from scratch.
    You might then want to reconsider the value of a commercial stack like Interniche...

Children