Files
digFTP/conf/ftp.conf
2024-10-17 20:02:54 -05:00

18 lines
264 B
Plaintext

[main]
server_name=My FTP Server
motd_file=motd
auth_engine=noauth
[logging]
file=digftp.log
level=0
[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