How can i add a FTP account?
Hi there,
i am using VSFTPD and i can't figur out how to add user i found somany things on the internet but i still can't login using Notepad++,filezilla??? please help i tried: useradd -m web -s /var/www -g ftpaccess
username sepost to be: web
and i know the password because i set it using passwd
When i login with SFTP:
Connecting
[SFTP] Host key accepted
[SFTP] Password authentication denied.
[SFTP] Unable to authenticate
Unable to connect
Disconnected
And with normal FTP:
Connecting
-> Quit
220 (vsFTPd 3.0.2)
-> USER web
331 Please specify the password.
-> PASS *HIDDEN*
530 Login incorrect.
Unable to connect
Disconnected
i can only log-in with the root account in FTP using SFTP please help
Can you share your VSFTPD configuration so we can see if there is an issue there?