G
G
green1762016-04-12 19:54:16
FTP
green176, 2016-04-12 19:54:16

How to configure proftpd to be accessed from outside xampp?

Help me set up proftpd, connects via LAN, shows an empty directory from the outside, does not give anything to write to it, apache configured phpmyadmin the same, with ftp plugged. The ports on the router are forwarded. I've tried different ones, to no avail.

ServerName			"ProFTPD"
ServerType			standalone
DefaultServer			on

Port				6534

Umask				022

MaxInstances			30

User daemon

<Directory /opt/lampp/htdocs/*>
  AllowOverwrite		on
</Directory>

DefaultRoot /opt/lampp/htdocs

<Limit SITE_CHMOD>                                                                                                                                                         
AllowALL on 
# DenyAll                                                                                                                                                                  
</Limit>  

UserPassword daemon password

RequireValidShell off

UseFtpUsers off

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question