opensource-ftp-server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
opensource-ftp-server [2018/11/05 12:07] – old revision restored (2018/06/03 15:03) kingk | opensource-ftp-server [2024/05/08 08:51] (current) – kingk | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **uFTP - FTP Server** | ||
+ | |||
+ | - **uFTP** server is an open source, portable, lightweight **FTP server** written in **C** for Unix/Linux and POSIX compliant OS. | ||
+ | uFTP server is easy to install and configure in just 2 minutes, check out the [[uftp-server-installation|quick installation guide]]! | ||
+ | |||
+ | **TLS** and **IPV6** is supported by uFTP. | ||
+ | |||
+ | |||
+ | - uFTP server is compatible with all 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 applications. | ||
+ | |||
+ | Almost all others FTP servers may be difficult to compile, difficult to configure and difficult to understand, uFTP server has been developed to be an easy alternative to classic heavy FTP servers, each configuration parameter is well documented. | ||
+ | |||
+ | uFTP server uses a different approach, is a portable application that uses only one configuration file and a limited number of settings are required, the configuration file can be either stored in the same binary directory or in the standard linux path "/ | ||
+ | The simplicity of the installation, | ||
+ | A common practice in embedded Linux applications is to use the initramfs bootloader to load the user final application, | ||
+ | |||
+ | |||
+ | The code of uFTP is free to use even in commercial applications, | ||
+ | |||
+ | |||
+ | **Why choose uFTP**: | ||
+ | * Easy to install | ||
+ | * Easy to configure | ||
+ | * Portable binary application | ||
+ | * Open Source permissive MIT license | ||
+ | * Lightweight C software | ||
+ | * Only one configuration file | ||
+ | * No particular skills required to setup | ||
+ | * Well documented on the official wiki | ||
+ | * The code and the software can be used in commercial applications | ||
+ | * Portable C source code | ||
+ | * For Unix/Linux and POSIX OS. | ||
+ | * TLS encrypted connection supported | ||
+ | * IPV6 support | ||
+ | |||
+ | Get the latest source codes from GitHub: https:// | ||
+ | |||
+ | |||
opensource-ftp-server.1541416047.txt.gz · Last modified: 2019/03/26 12:32 (external edit)