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
|
||||
1
conf/passdb
Normal file
1
conf/passdb
Normal file
@@ -0,0 +1 @@
|
||||
anonymous:anonymous@
|
||||
@@ -1,14 +0,0 @@
|
||||
[general]
|
||||
name=Worlio FTP
|
||||
contact=admin@localhost
|
||||
location=US
|
||||
motd=Welcome!
|
||||
version=0.0
|
||||
path=/data/ftp-test
|
||||
|
||||
[network]
|
||||
address=0.0.0.0
|
||||
port=21
|
||||
data-port=20
|
||||
active=true
|
||||
passive=true
|
||||
Reference in New Issue
Block a user