This is an old revision of the document!
uFTP Server
- uFTP server is an open source, lightweight FTP server written in C. uFTP server is easy to configure, is ready to run in just 2 minutes of work, check out the quick installation guide!
- uFTP is compatible with all linux distributions, it can run in every architecture including ARM embedded linux distributions.
uFTP - Why another FTP server?
I have been working with embedded linux for decades, one of the most annoying part is to configure servers and the linux distributions to match the user application. Almost all other FTP servers may be difficult to compile, difficult to configure and difficult to understand, uFTP has been developed to be an easy alternative to standard heavy FTP server.
uFTP server uses a different approach, only one configuration file and a limited number of settings are required, this simplicity make uFTP run even under initramfs bootloader, a common practice in embedded linux applications is to use the initramfs bootloader to load the user final application, in this special case the simplicity of uFTP server is really appreciated by the embedded developers.
The code of uFTP is free to use in commercial applications, you can implement your FTP server in your code by reusing the uFTP source code, there is just one function to run the FTP server.
Why choose uFTP:
- Easy to install
- Easy to configure
- Open Source
- Ultra fast response
- Only one configuration file
- No particular skills required to setup
- Well documented wiki
- The code and the software can be used in commercial applications
- Permissive license
- Portable C source code
uFTP git hub link: https://github.com/kingk85/uFTP