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/06 21:48] kingkuftp-server-installation [2024/05/08 09:01] (current) kingk
Line 85: Line 85:
 </code> </code>
  
-The openSSL libraries are required to compile, under Ubuntu use the following command:+To disable IPV6 support, for legacy device modify the makefile by disabling the IPV6_ENABLED define 
 +From 
 +<code> 
 +ENABLE_IPV6_SUPPORT= 
 +#TO ENABLE IPV6 support uncomment next line 
 +ENABLE_IPV6_SUPPORT=-D IPV6_ENABLED 
 +</code> 
 + 
 +to this  
 + 
 +<code> 
 +ENABLE_IPV6_SUPPORT= 
 +#TO ENABLE IPV6 support uncomment next line 
 +#ENABLE_IPV6_SUPPORT=-D IPV6_ENABLED 
 +</code> 
 +openSSL libraries are required if uFTP is compiled with TLS support, under Ubuntu use the following command:
 <code> <code>
 sudo apt-get install libssl-dev sudo apt-get install libssl-dev
uftp-server-installation.1715024924.txt.gz · Last modified: 2024/05/06 21:48 by kingk