Hey guys , I'm new here and specially top newbie with linux
,
now my problem is ; i can't access to my ftp server , so can u help me out
basically what i did :
connect in root mode , install vsftpd then go to filezilla ; enter the host which is this ip 95.130.10.217 and name of the server plus the password but this is what get :
Status: Connecting to 95.130.10.217...
Response: fzSftp started
Command: open "MGUSERVER@95.130.10.217" 22
Command: Trust new Hostkey: Yes
Command: Pass: ********
Error: Authentication failed.
Error: Critical error
Error: Could not connect to server
so do i need to setup something in the vsftpd or what ?
EDIT : hey again , i did follow this tutorial
yum install vsftpd
chkconfig vsftpd on
service vsftpd start
groupadd ftp-users
chown root:ftp-users /home/
useradd -g ftp-users -d /home/ spy
passwd spy
now i have
Status: Connecting to 95.130.10.217:21...
Status: Connection established, waiting for welcome message...
Response: 220 (vsFTPd 2.3.5)
Command: USER MGUSERVER
Response: 530 This FTP server is anonymous only.
Error: Could not connect to server
and yes in the vsfptd.conf anonymous are = NO
so where is the problem ?
sorry for my English