Difference between revisions of "Software projects/OS/Slackware/Advanced usage/ProFTPD"
From Pandora Wiki
Linux-SWAT (talk | contribs) |
Linux-SWAT (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | 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 24: | 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