uFTP - FTP Server

uftp server, open source ftp server, linux ftp server, linux ftp server for embedded, easy to configure ftp server, ftp server for initramfs

User Tools

Site Tools


uftp-server-installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
uftp-server-installation [2024/05/08 08:57] kingkuftp-server-installation [2024/05/08 09:01] (current) kingk
Line 85: Line 85:
 </code> </code>
  
-To disable IPV6 support, for legacy device modify the makefile from this+To disable IPV6 support, for legacy device modify the makefile by disabling the IPV6_ENABLED define 
 +From
 <code> <code>
 ENABLE_IPV6_SUPPORT= ENABLE_IPV6_SUPPORT=
Line 97: Line 98:
 ENABLE_IPV6_SUPPORT= ENABLE_IPV6_SUPPORT=
 #TO ENABLE IPV6 support uncomment next line #TO ENABLE IPV6 support uncomment next line
-ENABLE_IPV6_SUPPORT=-D IPV6_ENABLED+#ENABLE_IPV6_SUPPORT=-D IPV6_ENABLED
 </code> </code>
- +openSSL libraries are required if uFTP is compiled with TLS support, under Ubuntu use the following command:
-The openSSL libraries are required to compile, under Ubuntu use the following command:+
 <code> <code>
 sudo apt-get install libssl-dev sudo apt-get install libssl-dev
uftp-server-installation.1715151462.txt.gz · Last modified: 2024/05/08 08:57 by kingk