rename
This commit is contained in:
15
conf/ftp.conf
Normal file
15
conf/ftp.conf
Normal 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
|
||||
Reference in New Issue
Block a user