We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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.