Each time i install a new port it doesn't work... there is a little thing which makes doesn't work
my proftpd.conf file:
ServerName "My ftp server"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nogroup
DefaultRoot ~
<Directory />
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
</Anonymous>
when i'm connectiong on my server it say:
421 Service not available, remote server ahs closed connection.
i don't know for what it's don't working
my proftpd.conf file:
ServerName "My ftp server"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nogroup
DefaultRoot ~
<Directory />
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
</Anonymous>
when i'm connectiong on my server it say:
421 Service not available, remote server ahs closed connection.
i don't know for what it's don't working