Files
digFTP/conf/ftp.conf

18 lines
264 B
Plaintext
Raw Normal View History

2024-10-17 16:49:05 -05:00
[main]
server_name=My FTP Server
motd_file=motd
auth_engine=noauth
2024-10-17 20:02:54 -05:00
[logging]
file=digftp.log
level=0
2024-10-17 16:49:05 -05:00
[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