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 the "normal" FTP protocol creates a backwards connection for each file transfer. Because of this, you would probably have to settle for passive FTP if you are going to tunnel FTP.

    But remember that if you are going to tunnel FTP, you may not just be able to drop in a FTP library - the FTP library will expect to be able to handle the networking.

Reply
  • Note that the "normal" FTP protocol creates a backwards connection for each file transfer. Because of this, you would probably have to settle for passive FTP if you are going to tunnel FTP.

    But remember that if you are going to tunnel FTP, you may not just be able to drop in a FTP library - the FTP library will expect to be able to handle the networking.

Children
No data