Proftp change port or proftpd compatible
Proftp change port or proftpd compatible
Hi!
I would like to ask for help!
The proftpd server wants to change port or resolve it to be compatible with mod_auth_file.c. Because I would use an open game board and have a "proftpd" server. Thank you in advance for your help.
I would like to ask for help!
The proftpd server wants to change port or resolve it to be compatible with mod_auth_file.c. Because I would use an open game board and have a "proftpd" server. Thank you in advance for your help.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Proftp change port or proftpd compatible
Change port in
Also add that port to ACCEPT in firewall and then restart FTP from "server" tab
Code: Select all
nano /etc/proftpd.conf
Re: Proftp change port or proftpd compatible
How to I'M for proftpd.conf:
Or would somehow be able to work with proftpd mod_auth_file.c? Or does this save the data in mysql?
Somehow I need to solve the fact that the opengame panel agent also has access to create an account.
Where can it be?ServerName "FTP"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
DefaultServer on
DefaultRoot ~ !adm
<IfModule mod_vroot.c>
VRootEngine on
VRootAlias /etc/security/pam_env.conf etc/security/pam_env.conf
</IfModule>
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c
UseReverseDNS off
User proftpd
Group nogroup
MaxInstances 20
UseSendfile off
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
ListOptions -a
RequireValidShell off
PassivePorts 12000 12100
<Global>
Umask 002
IdentLookups off
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll
</Limit>
</Global>
Or would somehow be able to work with proftpd mod_auth_file.c? Or does this save the data in mysql?
Somehow I need to solve the fact that the opengame panel agent also has access to create an account.