Forum Moderators: bakedjake
However, this one account needs sub accounts. The main account is a manufacturer (let's call them Widgets Inc).
Their home directory is set to /home/client_ftp/widgets
"widgets" can log on just fine to their account...
Now, there's a subfolder for order information (/home/client_ftp/widgets/orders) in which there are other sub folders (one for each of their customers). So, pretend that there's a customer "Blehs'R'us"... There's a folder for them at /home/client_ftp/widgets/orders/bleh
The "bleh" account is configured to belong to the "widgets" group... and has its home directory set to /home/client_ftp/widgets/orders/bleh. The "bleh" folder is chowned to "bleh:widgets" ... and chmodded to 770.
Like I said, "widgets" can log on with full access... But whenever "bleh" tries to log on the server returns an error: "500 OOPS: chdir"
I have vsftpd configured to chroot users when they log on... But that shouldn't matter, should it?
Any insight is extremely welcome.