This commit is contained in:
2024-10-17 16:49:05 -05:00
parent 184288ce24
commit cf6a611fae
16 changed files with 347 additions and 119 deletions

15
conf/ftp.conf Normal file
View File

@@ -0,0 +1,15 @@
[main]
server_name=My FTP Server
motd_file=motd
auth_engine=noauth
[net]
listen_address=127.0.0.1
control_port=21
max_clients=255
[noauth]
user_root=/home/%u/
chroot=1
[passdb]
file=conf/passdb
user_root=/home/%u/
case_sensitive=1