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-configuration

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-configuration [2024/05/04 16:55] kingkuftp-server-configuration [2024/05/04 16:58] (current) kingk
Line 101: Line 101:
 </code> </code>
  
-If the parameter MAXIMUM_LOG_FILE is set different to zero, uFTP logs are enabled, logs are useful to debug software issues, possible bugs and brute force attacks.+If the parameter MAXIMUM_LOG_FILE is set different to zero, uFTP logs are enabled and data retention is the specified number of log files in days.  
 +Logs are useful to debug software issues, possible bugs and brute force attacks.
 <code> <code>
 # Folder where to save the logs, use the same format below, the folder must terminate with / # Folder where to save the logs, use the same format below, the folder must terminate with /
Line 140: Line 141:
 </code> </code>
  
-The path of the public certificate (needed only if TLS/SSL support is enabled). 
-<code> 
-CERTIFICATE_PATH=/etc/uFTP/cert.pem 
-</code> 
  
 To enforce security, you can set FORCE_TLS = true, clients will need to use SSL. To enforce security, you can set FORCE_TLS = true, clients will need to use SSL.
Line 152: Line 149:
 </code> </code>
  
- +Enables/Disables the standard /etc/passwd, /etc/shadow authentication.
-The path of the private certificate (needed only if TLS/SSL support is enabled).+
 <code> <code>
 ENABLE_PAM_AUTH = true ENABLE_PAM_AUTH = true
 </code> </code>
-Enables/Disables the standard /etc/passwd, /etc/shadow authentication. 
  
 +The path of the public certificate (needed only if TLS/SSL support is enabled).
 +<code>
 +CERTIFICATE_PATH=/etc/uFTP/cert.pem
 +</code>
 +
 +The path of the private certificate (needed only if TLS/SSL support is enabled).
 <code> <code>
 PRIVATE_CERTIFICATE_PATH=/etc/uFTP/key.pem PRIVATE_CERTIFICATE_PATH=/etc/uFTP/key.pem
Line 177: Line 178:
 SERVER_IP = 192,168,1,1 SERVER_IP = 192,168,1,1
 </code> </code>
- 
  
 Ftp users can be configured by using the user list pattern, the ids suffix must be added to each user list parameter the pattern is from  "_0" to "(N)" for instance USER_0, USER_1, USER_2 ... USER_(N). Ftp users can be configured by using the user list pattern, the ids suffix must be added to each user list parameter the pattern is from  "_0" to "(N)" for instance USER_0, USER_1, USER_2 ... USER_(N).
Line 223: Line 223:
 BLOCK_USER_2 = user3 BLOCK_USER_2 = user3
 </code> </code>
- 
uftp-server-configuration.1714834516.txt.gz · Last modified: 2024/05/04 16:55 by kingk