PDA

View Full Version : ISPConfig FTP problem


h@foorsa.biz
24th September 2008, 15:26
O people of expert i have problem regarding FTPdPro on ubuntu server 8.04 LTS i followed this tutorial http://www.howtoforge.com/perfect-server-ubuntu8.04-lts-p6 (here)and i install ISPconfig as hosting control panel , I have created a new user in the hosting panel under ISP Manager > new client > then give it FTP access when i try to connect to the ftp server connection fails because it seems the user is not created or creation trhough ISPConfig is not working
Connected to x.x.x.x.
220 ProFTPD 1.3.1 Server (Debian) [::ffff:x.x.x.x]
Name (x.x.x.x:administrator): scu
331 Password required for scu
Password:
530 Login incorrect.
Login failed.

Thanks in advance for your help

till
24th September 2008, 15:31
1) Did you enable the ftp checkbox in the settings of the website in ispconfig?
2) Are you sure that the username is really scu and not something like web1_scu ?

h@foorsa.biz
24th September 2008, 18:17
Thanks for your reply
yes i did do check the FTP access checkbox and i tried to add the prefix web1_ to user named scu becoming web1_scu
but the login fails
i do access client's host control panel with the following data
user : scu
pwd : scu

till
24th September 2008, 18:23
Please post the output of the command:

gep scu /etc/passwd

h@foorsa.biz
25th September 2008, 01:06
Thanks for your reply
You mean grep isn't it
here's the output
root@mis:# grep scu /etc/passwd
root@mis:#

falko
25th September 2008, 17:00
Did you create a user for that web site on the User & Email tab?

Grey
26th September 2008, 11:22
i do access client's host control panel with the following data
The CP login user is not equal to the user that may access via FTP. For FTP you need to create a user via email&users and give it administrator rights.