Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pure-ftpd-common /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2020-08-24 23:55
AUTHORS.gz
3.41
KB
-rw-r--r--
2014-12-16 15:42
CONTACT
358
B
-rw-r--r--
2015-02-21 16:39
HISTORY
2.19
KB
-rw-r--r--
2011-09-07 07:02
NEWS.gz
15.68
KB
-rw-r--r--
2016-06-09 16:37
README.Authentication-Modules.gz
2.03
KB
-rw-r--r--
2015-02-21 19:25
README.Configuration-File
1.36
KB
-rw-r--r--
2015-03-24 15:05
README.Contrib.gz
1.91
KB
-rw-r--r--
2015-02-24 17:24
README.Debian
1.28
KB
-rw-r--r--
2016-12-08 13:28
README.Donations.gz
2.02
KB
-rw-r--r--
2015-02-21 19:26
README.LDAP.gz
4.11
KB
-rw-r--r--
2016-04-22 14:57
README.MySQL.gz
3.59
KB
-rw-r--r--
2016-04-22 14:57
README.PGSQL.gz
3.23
KB
-rw-r--r--
2016-04-22 14:57
README.TLS.gz
4.8
KB
-rw-r--r--
2016-06-20 15:05
README.Virtual-Users.gz
4.2
KB
-rw-r--r--
2016-04-22 14:57
README.gz
26.13
KB
-rw-r--r--
2016-07-11 11:16
THANKS.gz
6.41
KB
-rw-r--r--
2015-02-21 18:59
changelog.Debian.gz
7.3
KB
-rw-r--r--
2016-12-08 13:28
changelog.gz
34.9
KB
-rw-r--r--
2016-07-31 13:42
copyright
1.43
KB
-rw-r--r--
2016-12-08 13:28
pureftpd.schema
2.49
KB
-rw-r--r--
2011-09-07 07:02
Save
Rename
# # pureftpd.schema # # Pure-FTPd User LDAP Schema # See README.LDAP in the Pure-FTPd documentation for more information. # # Written by Ben Gertzfield <che =AT= debian -DOT- org> # ## Pure-FTPd-related LDAP attributes attributetype ( 1.3.6.1.4.1.6981.11.3.1 NAME 'FTPQuotaFiles' DESC 'Quota (in number of files) for an FTP user' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.2 NAME 'FTPQuotaMBytes' DESC 'Quota (in megabytes) for an FTP user' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.3 NAME 'FTPUploadRatio' DESC 'Ratio (compared with FTPRatioDown) for uploaded files' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.4 NAME 'FTPDownloadRatio' DESC 'Ratio (compared with FTPRatioUp) for downloaded files' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.5 NAME 'FTPUploadBandwidth' DESC 'Bandwidth (in KB/s) to limit upload speeds to' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.6 NAME 'FTPDownloadBandwidth' DESC 'Bandwidth (in KB/s) to limit download speeds to' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.7 NAME 'FTPStatus' DESC 'Account status: enabled or disabled' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.8 NAME 'FTPuid' DESC 'System uid (overrides uidNumber if present)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.6981.11.3.9 NAME 'FTPgid' DESC 'System uid (overrides gidNumber if present)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) ## New Pure-FTPd object type objectclass ( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd user with optional quota, throttling and ratio' SUP top AUXILIARY MAY ( FTPStatus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FTPUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) )