Hi,
I'm kind of lost on how to allow a user to login via ftp. What I did was this:
When I try to log in to ftp using those credentials, I'm still getting denied by the server.
This is actually an old machine which I installed withfbsd[/del FreeBSD so I'm still new at all of this. Thanks in advance.
I'm kind of lost on how to allow a user to login via ftp. What I did was this:
- I made a group homeftp
- I make a user and added it to homeftp, made it's homedir to Webserver document root and nologin as shell.
- Added this to /etc/ftpchroot: username /usr/local/www/folder
When I try to log in to ftp using those credentials, I'm still getting denied by the server.
This is actually an old machine which I installed with