[BlueOnyx:21633] FTP issue on Blueonxy 5209R

Robert Fitzpatrick robert at webtent.org
Thu Jan 4 12:40:10 -05 2018


I had a FTP issue on a fairly new setup 5209R and found this post by 
Greg that did resolve the issue....

http://mail.blueonyx.it/pipermail/blueonyx/2012-June/010723.html

Being a post from 2012, I was surprised it has not been added already to 
the distribution. Is this modification to server_args going to survive 
future updates?

[root at www5 ~]# cat /etc/xinetd.d/proftpd
# default: off
# $Id: proftpd-xinetd,v 1.2 2002/06/10 15:35:47 dude Exp $
# description: The ProFTPD FTP server serves FTP connections. It uses \
#       normal, unencrypted usernames and passwords for authentication.
service ftp
{
         socket_type             = stream
         flags                   = REUSE IPv4
         wait                    = no
         user                    = root
         server                  = /usr/sbin/in.proftpd
         server_args             = --nocollision -c /etc/proftpd.conf
         log_on_success          += DURATION
         log_on_failure          += USERID
         nice                    = 10
         disable                 = no
         instances = 80
}

-- 
Robert




More information about the Blueonyx mailing list