# # Proftpd sample configuration for Virtual Hosts and Virtual Roots. # # Note that FTP protocol requires IP based virtual host, not name based. # # # A generic sample virtual host. # # #ServerAdmin ftpmaster@server.com #ServerName "Big FTP Archive" #TransferLog /var/log/proftpd/xfer/ftp.server.com #MaxLoginAttempts 3 #RequireValidShell no #DefaultRoot /srv/ftp_root #AllowOverwrite yes # # # The vroot module is not required, but can be useful for shared # directories. # #VRootEngine on #DefaultRoot ~ #VRootAlias upload /var/ftp/upload # # #VRootEngine on #VRootServerRoot /etc/ftpd/a.b.c.d/ #VRootOptions allowSymlinks #DefaultRoot ~ # #