Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Proftpd and anonymous usage

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Artyom
Posts: 2
Joined: 2017-04-23 12:37

Proftpd and anonymous usage

#1 Post by Artyom »

Hello,
I would like to make an anonymous user with proftpd.
I success with this in proftpd.conf:

Code: Select all

<Anonymous /home/arma/mod/> 
User a3s
Group grp-a3s
UserAlias anonymous a3s
MaxClients 10                 
RequireValidShell off
<Limit WRITE>
DenyAll                         
</Limit>
</Anonymous>
That allow me to connect to the user a3s without password and with only read right to the directory /home/arma/mod/
But my objectif is to get the full user rights (that are read writh and execute on the directory mod/) if using the password and only read right if not.
I try to use the password with this conf but the anonymous rights remains so I can't do anything even with the password...

Thanks!

Artyom
Posts: 2
Joined: 2017-04-23 12:37

Re: Proftpd and anonymous usage

#2 Post by Artyom »

Nevermind, i've just found a solution: https://www.debian-fr.org/t/resolu-prof ... mous/73302

Post Reply