X7ROOT File Manager
Current Path:
/usr/share/doc/pure-ftpd
usr
/
share
/
doc
/
pure-ftpd
/
📁
..
📄
FAQ
(31.79 KB)
📄
README.Authentication-Modules
(4.65 KB)
📄
README.Configuration-File
(1.1 KB)
📄
README.LDAP
(9.94 KB)
📄
README.MacOS-X
(1004 B)
📄
README.MySQL
(8.74 KB)
📄
README.PGSQL
(8.1 KB)
📄
README.TLS
(10.75 KB)
📄
README.Virtual-Users
(11.68 KB)
📄
pure-ftpd.conf
(11.33 KB)
📄
pureftpd-ldap.conf
(1.96 KB)
📄
pureftpd-mysql.conf
(3.28 KB)
📄
pureftpd-pgsql.conf
(2.89 KB)
📄
pureftpd.schema
(2.49 KB)
Editing: README.MacOS-X
------------------------ OSX SPECIFIC NOTES ------------------------ The easiest way to install Pure-FTPd is to use Homebrew: $ brew install pure-ftpd Available options are: --with-mysql Build with mysql support --with-postgresql Build with postgresql support --with-virtualchroot Follow symbolic links even for chrooted accounts To get Pure-FTPd authenticate against system users on OSX, you have to use PAM. $ ./configure --with-pam <your other favorite options like --with-everything> $ make install-strip Create a /etc/pam.d/pure-ftpd file: # pure-ftpd: auth account password session auth required pam_opendirectory.so account required pam_permit.so password required pam_deny.so session required pam_permit.so Start the FTP server: $ /usr/local/sbin/pure-ftpd -lpam -B To take advantage of Bonjour, please add --with-bonjour to ./configure switches and give the server a Bonjour service name with the -v (--bonjour=) switch.
Upload File
Create Folder