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

From Pandora Wiki
Jump to: navigation, search
 
Line 17: Line 17:
  
 
= Start as standalone =
 
= Start as standalone =
* Edit /etc/vsftpd.conf
+
* 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                                                                             

Latest revision as of 01:30, 6 May 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/proftpd.conf
  • Be sure that in /etc/proftpd.conf you have:
ServerType                     standalone                                                                             
#ServerType                      inetd
  • Run proftpd
proftpd