mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
51 lines
959 B
Plaintext
51 lines
959 B
Plaintext
|
|
config listen 'listen'
|
|
option enable4 '1'
|
|
option ipv4 '0.0.0.0'
|
|
option enable6 '0'
|
|
option ipv6 '::1'
|
|
option port '21'
|
|
option dataport '20'
|
|
|
|
config local 'local'
|
|
option enabled '1'
|
|
|
|
config global 'global'
|
|
option write '1'
|
|
option download '1'
|
|
option dotfile '0'
|
|
option umask '022'
|
|
option dirlist '1'
|
|
option dirmsgfile '.message'
|
|
|
|
config connection 'connection'
|
|
option portmode '1'
|
|
option pasvmode '1'
|
|
option ascii 'both'
|
|
option idletimeout '1800'
|
|
option conntimeout '120'
|
|
option dataconntimeout '120'
|
|
option maxclient '0'
|
|
option maxperip '0'
|
|
option maxrate '0'
|
|
option maxretry '3'
|
|
|
|
config anonymous 'anonymous'
|
|
option enabled '0'
|
|
option username 'ftp'
|
|
option root '/home/ftp'
|
|
option umask '022'
|
|
option writemkdir '0'
|
|
option upload '0'
|
|
option others '0'
|
|
option maxrate '0'
|
|
|
|
config log 'log'
|
|
option syslog '0'
|
|
option xreflog '1'
|
|
option file '/var/log/vsftpd.log'
|
|
|
|
config vuser 'vuser'
|
|
option enabled '0'
|
|
option username 'ftp'
|