Difference between revisions of "Software projects/OS/Slackware/Advanced usage/ProFTPD"

From Pandora Wiki
Jump to: navigation, search
(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 ...")
 
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

Revision as of 07:10, 16 April 2012

Configuration

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/vsftpd.conf
  • Be sure that in /etc/proftpd.conf you have:
ServerType                     standalone                                                                             
#ServerType                      inetd
  • Run proftpd
proftpd