Vsftpd add folders and files in any folder under username

Hi @cristian,

Assign a shell like bash (instead of nologin) to the user. You can do it editing the user options or via command line (replace YourUser with the actual one).

v-change-user-shell YourUser bash
2 Likes