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.
Thank you for all your replies.
But still the problem around us. We need source code for ftp. If its free it would be great.
Buying nichelite ftp stack from Interniche seems so costly. And even the can i get ftp stack alone from them and will it take efficient effect on my RL based ARM compilers code?
I dont any idea on this. I am new to lpc2388 and protocol.
Please provide me some fruitful ideas on this to fix this issue.
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...
Why not any response to the note that ftp doesn't have encryption - something you seem to require?
Yes we had discussed about that.
Anyway FTP and SSL together may fix our problem if you peoples say yes.
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.