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
Unlike many daemons, Pure-FTPd doesn't read any configuration file (but for LDAP and SQL). Instead, it uses command-line options. For instance, the '-H' flag recommended and avoids DNS lookups. To enable this, just add it to the server name: /usr/local/sbin/pure-ftpd -H Alternative long options are also supported. Here's an equivalent of the previous command: /usr/local/sbin/pure-ftpd --dontresolve But you can use traditional configuration files over command-line options. If you want to use a configuration file with Pure-FTPd, you can, through a wrapper. That wrapper will parse a file and convert it to command-line options. Then, the server will be started with these options. Please have a look at the 'configuration-files' directory. Copy the sample configuration file called 'pure-ftpd.conf' to a suitable location, say /etc: cd configuration-files cp pure-ftpd.conf /etc Edit /etc/pure-ftpd.conf according to your needs. Then, to start the server, just run the following command: chmod 755 pure-config.pl ./pure-config.pl /etc/pure-ftpd.conf This is a simple Perl script that will run /usr/local/sbin/pure-ftpd with the right options, according to the configuration file. We also provide a Python version of this program ('pure-config.py'). Should any of these config tools contain a wrong path or fail otherwise, please file a bug report.