MasqueradeAddress 127.0.0.1
ServerName "ProFTPD on OpenELEC"
ServerType standalone
DefaultServer on
UseReverseDNS off
ServerIdent on "OpenELEC"
Port 6868
RootLogin off
ListOptions "-il"
MaxClients 10
MaxHostsPerUser 1
MaxClientsPerHost 2
Umask 022
MaxInstances 10
User root
Group root
DefaultRoot ~
AllowForeignAddress on
TransferLog /storage/.xbmc/userdata/addon_data/service.system.proftpd/transfer_log.txt
ExtendedLog /storage/.xbmc/userdata/addon_data/service.system.proftpd/extended_log.txt
SystemLog /storage/.xbmc/userdata/addon_data/service.system.proftpd/system_log.txt
# Trace DEFAULT:10
# TraceLog /storage/.xbmc/userdata/addon_data/service.system.proftpd/trace_log
AuthGroupFile /etc/group
AuthUserFile /var/config/proftpd.passwd
RequireValidShell off
AuthOrder mod_auth_unix.c mod_auth_file.c*
UseFtpUsers off
PersistentPasswd off
Umask 022
TimesGMT off
DenyFilter \*.*/
PassivePorts 4000 4999
AllowOverwrite on
AllowStoreRestart on
AllowRetrieveRestart on
TLSEngine on
# Support both SSLv3 and TLSv1
TLSProtocol SSLv3 TLSv1
TLSRequired off
TLSVerifyClient off
TLSOptions NoSessionReuseRequired
TLSRSACertificateFile /storage/.xbmc/userdata/addon_data/service.system.proftpd/proftpd.cert.pem
TLSRSACertificateKeyFile /storage/.xbmc/userdata/addon_data/service.system.proftpd/proftpd.key.pem
#
# UseEncoding utf8 cp1251
#