bunu yaptım fakat birşey olmadı ?
JustRulz adlı üyeden alıntı: mesajı görüntüle
/usr/sbin/pure-uploadscript -B -r /etc/pure-ftpd.conf

denermisin.



-A acctboth -d 185.****/32 ! -i lo -p udp
-A acctboth -d 185.****/32 ! -i lo -p udp
-A acctboth -s 185.******/32 ! -i lo
-A acctboth -d 185.*****/32 ! -i lo
-A acctboth -s 185.****/32 ! -i lo -p tcp -m tcp --dport 80
-A acctboth ! -i lo
COMMIT

iptables port açıp kaydederken boyle birşey var ip adresim ve yanında/ 32 falan

buda proftp.confg
#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName                      "ProFTPD Default Installation"
AuthUserFile /etc/proftpd/passwd.vhosts
ServerType                      standalone
DefaultServer                   on

# Port 21 is the standard FTP port.
AuthPAM off

<IfModule mod_tls.c>
    TLSEngine on
root@server [~]# sudo chkconfig proftpd on
error reading information on service proftpd: No such file or directory
root@server [~]# sudo /etc/init.d/proftpd start
sudo: /etc/init.d/proftpd: command not found