ServerName "CLink FTPD" ServerType standalone DefaultServer on Port 21 Umask 022 MaxInstances 30 User nobody Group nogroup DefaultRoot ~ UseReverseDNS off DeferWelcome on DefaultTransferMode binary TimesGMT off TimeoutLogin 120 TimeoutIdle 600 TimeoutStalled 600 TimeoutNoTransfer 900 PassivePorts 49151 65535 AuthPAM Off PersistentPasswd off #AuthPAMAuthoritative off AllowOverwrite on # # User ftp # Group ftp # UserAlias anonymous ftp # MaxClients 10 # DisplayLogin welcome.msg # DisplayFirstChdir .message # # DenyAll # # ScoreboardFile /var/log/proftpd/score TransferLog /var/log/proftpd/xferlog.proftpd ExtendedLog /var/log/proftpd/access.log WRITE,READ write ExtendedLog /var/log/proftpd/auth.log AUTH auth LogFormat default "%h %l %u %t \"%r\" %s %b" LogFormat auth "%v [%P] %h %t \"%r\" %s" LogFormat write "%h %l %u %t \"%r\" %s %b" ListOptions "-a" DisplayLogin welcome.msg DisplayChdir readme AllowOverwrite yes AllowRetrieveRestart on IdentLookups off DefaultRoot ~ DeferWelcome on MaxLoginAttempts 5 RequireValidShell no MaxClients 100 "Sorry, the maximum number of allowed users are already connected (%m)" AllowAll TLSEngine on TLSLog /var/log/proftpd/tls.log # Support both SSLv3 and TLSv1 TLSProtocol SSLv3 TLSv1 # Are clients required to use FTP over TLS when talking to this server? TLSRequired off # Server's certificate TLSRSACertificateFile /usr/local/etc/setssl.com.crt TLSRSACertificateKeyFile /usr/local/etc/setssl.com.key # CA the server trusts TLSCACertificateFile /usr/local/etc/setssl.com_CA.crt # Authenticate clients that want to use FTP over TLS? TLSVerifyClient off # Allow SSL/TLS renegotiations when the client requests them, but # do not force the renegotations. Some clients do not support # SSL/TLS renegotiations; when mod_tls forces a renegotiation, these # clients will close the data connection, or there will be a timeout # on an idle data connection. TLSRenegotiate required off # # ServerAdmin webmaster@setssl.com # ServerName ftp.setssl.com AuthUserFile /usr/local/etc/.extraftp AuthGroupFile /etc/group # Port 21 # PassivePorts 49151 65535 #