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 distribution, other FTP server may be difficult to compile, to configure and to understand, uFTP can even run in initramfs, 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 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.
Why choose uFTP:
- Easy to install
- Easy to configure
- Open Source
- Ultra fast
- Only one configuration file
- No particular skills required to setup