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
Next revisionBoth sides next revision
uftp-server-configuration [2024/04/27 13:34] kingkuftp-server-configuration [2024/04/27 13:36] kingk
Line 82: Line 82:
  
 #blocked user that are not allowed to login #blocked user that are not allowed to login
- 
 BLOCK_USER_0 = user1 BLOCK_USER_0 = user1
- 
 BLOCK_USER_1 = user2 BLOCK_USER_1 = user2
- 
 BLOCK_USER_2 = user3 BLOCK_USER_2 = user3
  
Line 206: Line 203:
  
 If one of the 2 optional parameter GROUP_NAME_OWNER_(N), USER_NAME_OWNER_(N) are not specified, the default uFTP user and group ownership are used for new file creations, typically root:root. If one of the 2 optional parameter GROUP_NAME_OWNER_(N), USER_NAME_OWNER_(N) are not specified, the default uFTP user and group ownership are used for new file creations, typically root:root.
 +
 +<code>
 +#blocked user that are not allowed to login
 +BLOCK_USER_0 = user1
 +BLOCK_USER_1 = user2
 +BLOCK_USER_2 = user3
 +</code>
 +You can list in the format above the user you want to block the access, they will be rejected if they attempt to login.
uftp-server-configuration.txt · Last modified: 2024/05/04 16:58 by kingk