goldeneyez
Verified User
- Joined
- Jun 26, 2008
- Messages
- 5
I have encountered an issue which user can't login into FTP.
The FTP server application is ProFTPd
# rpm -qa | grep ftp
proftpd-standalone-1.2.10-1
proftpd-1.2.10-1
The issue is:
when I log into the server through FTP with username ADMIN then I can see all the directories , this means that I can go even to the root directory (/)
The problem started to arise aftar I tried to uninstall ProFTPd and then installing the ProFTPd from source ( exactly as written in the following url : http://help.directadmin.com/item.php?id=82 )
I tried to untinstall proFTPd by running the following commands:
# rpm -e proftpd-standalone-1.2.10-1
# rpm -e proftpd-1.2.10-1
and then I used http://help.directadmin.com/item.php?id=82
The installation from source finished but ProFTPd hasn't started.
( I tried to run ProFTPd by executing the following command:
/etc/rc.d/init.d/proftpd restart)
So , because the installation didn't succeed then I decided to install ProFTPd by using the following commands:
# cd /usr/local/directadmin/scripts
# ./proftpd.sh
# service proftpd restart
# groupadd nogroup
and from that point the issue arise.
user can't login into FTP.
but when I try to log into the server through FTP with username admin then I can see all the directories , this means that I can go even to the root directory (/)
thanking in advanced everyone who assist
The FTP server application is ProFTPd
# rpm -qa | grep ftp
proftpd-standalone-1.2.10-1
proftpd-1.2.10-1
The issue is:
when I log into the server through FTP with username ADMIN then I can see all the directories , this means that I can go even to the root directory (/)
The problem started to arise aftar I tried to uninstall ProFTPd and then installing the ProFTPd from source ( exactly as written in the following url : http://help.directadmin.com/item.php?id=82 )
I tried to untinstall proFTPd by running the following commands:
# rpm -e proftpd-standalone-1.2.10-1
# rpm -e proftpd-1.2.10-1
and then I used http://help.directadmin.com/item.php?id=82
The installation from source finished but ProFTPd hasn't started.
( I tried to run ProFTPd by executing the following command:
/etc/rc.d/init.d/proftpd restart)
So , because the installation didn't succeed then I decided to install ProFTPd by using the following commands:
# cd /usr/local/directadmin/scripts
# ./proftpd.sh
# service proftpd restart
# groupadd nogroup
and from that point the issue arise.
user can't login into FTP.
but when I try to log into the server through FTP with username admin then I can see all the directories , this means that I can go even to the root directory (/)
thanking in advanced everyone who assist