HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/proftpd.conf
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c

RequireValidShell  off
AuthUserFile  /etc/proftpd/ftpd.passwd
QuotaEngine     on
QuotaLimitTable file:/etc/proftpd/ftpquota.limittab
QuotaTallyTable file:/etc/proftpd/ftpquota.tallytab
QuotaDisplayUnits "Mb"
#AuthPAM off
QuotaDirectoryTally on
QuotaLog "/etc/proftpd/log/quota.log"
QuotaShowQuotas on
ScoreboardFile "/etc/proftpd/proftpd.scoreboard"
#PidFile /var/run/proftpd.pid

#TLSEngine on
#TLSLog /etc/proftpd/log/proftpd_tls.log
#TLSProtocol SSLv23
#TLSOptions NoSessionReuseRequired
#TLSRSACertificateFile /var/lib/ssl/ftp.crt
#TLSRSACertificateKeyFile /var/lib/ssl/ftp.key
#TLSVerifyClient on
#TLSRequired off

ExtendedLog /etc/proftpd/ftp.log
PassivePorts    30000 35000

ServerName                      "ProFTPD Default Installation"
ServerType                      standalone
DefaultServer                   on
Port                            21
Umask                           022
UseReverseDNS                   off
ListOptions                     -a

# Use pam to authenticate (default) and be authoritative.
# Only need the LoadModule if mod_auth_pam is a DSO.
#LoadModule                     mod_auth_pam.c
#AuthPAMConfig                  proftpd
#AuthOrder                      mod_auth_pam.c* mod_auth_unix.c

PersistentPasswd                off
MaxInstances                    30

# Set the user and group under which the server will run.
User                            nobody
Group                           nobody
DefaultRoot   ~ !adm
AllowOverwrite                  on
<Limit SITE_CHMOD>
  AllowAll
</Limit>