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

1
conf/motd Normal file
View File

@@ -0,0 +1 @@
Welcome to my FTP server.

1
conf/passdb Normal file
View File

@@ -0,0 +1 @@
anonymous:anonymous@

View File

@@ -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