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 ftp doesn't have any encryption either. sftp (sometimes also called SSH File Transfer Protocol) does have encryption but doesn't have much similarities with ftp. It is not ftp run over an SSH tunnel
For tftp, you could add some form of faked authentication by requiring the tftp client to access a file with a magic name instead of requiring the client to supply a username and password.
If you have enough RAM to port openssl, then you could use just about any TCP protocol that you run through an encrypted tunnel.