Difference between revisions of "Software projects/OS/Slackware/Advanced usage/ProFTPD"
From Pandora Wiki
Linux-SWAT (talk | contribs) (Created page with "= Configuration = * Edit /etc/proftpd.conf . * This default configuration file is well-commented. * For more options: http://www.proftpd.org/docs/example-conf.html = Start from ...") |
Linux-SWAT (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
= Start from inetd = | = Start from inetd = | ||
+ | * Take a look at [http://pandorawiki.org/Software_projects/OS/Slackware/Advanced_usage/Inetd this]. | ||
* Edit /etc/inetd.conf | * Edit /etc/inetd.conf | ||
* Uncomment | * Uncomment | ||
Line 16: | Line 17: | ||
= Start as standalone = | = Start as standalone = | ||
− | * Edit /etc/ | + | * Edit /etc/proftpd.conf |
* Be sure that in /etc/proftpd.conf you have: | * Be sure that in /etc/proftpd.conf you have: | ||
ServerType standalone | ServerType standalone | ||
Line 23: | Line 24: | ||
* Run proftpd | * Run proftpd | ||
proftpd | proftpd | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Network]] | ||
+ | [[Category:Slackware]] | ||
+ | [[Category:Software]] |
Latest revision as of 01:30, 6 May 2012
Configuration
- Edit /etc/proftpd.conf .
- This default configuration file is well-commented.
- For more options: http://www.proftpd.org/docs/example-conf.html
Start from inetd
- Take a look at this.
- Edit /etc/inetd.conf
- Uncomment
#ftp stream tcp nowait root /usr/sbin/tcpd proftpd
to
ftp stream tcp nowait root /usr/sbin/tcpd proftpd
- If the vsftpd line is active, comment it.
- Be sure that in /etc/proftpd.conf you have:
#ServerType standalone ServerType inetd
Start as standalone
- Edit /etc/proftpd.conf
- Be sure that in /etc/proftpd.conf you have:
ServerType standalone #ServerType inetd
- Run proftpd
proftpd