Vsftpd add folders and files in any folder under username

Hello
Can anyone please tell me if something can be done to accept the upload of files in any folder the user wants? now is possible only in web/domain/public_html, I would need it to be able to create folders and upload where the user wants

example if he wants to do it

/home/username
→ folder1
→ folder2
→ folder3

to be able to create folders and upload files to them via FTP

I use vsftpd

Thank you

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

works! Thank you !!!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.