|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
FTP newbie help..
Hi... I am new to linux and as such am just finding my way round with the help of excellent forums like this. I am however stuck regarding FTP logins. I can login to SSH,webmin,mysql using root&pass. I cannot however login to FTP using this combo. It will let me login as a user but with no permissions. Is there a file somewhere that has to be tweaked. I am currently using Apache V2.0.40 & RedHat but do not know the version. Where do i find this version info. Cannot seem to find it. Hope someone can help. Many TIA. Peter
|
|
#2
|
||||
|
||||
|
do you have an FTP server running on the machine? (worth asking) netstat -l | grep ftp or ps -ef | grep ftp will show you what's running.
christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
tcp 0 0 *:ftp *:* LISTEN
is the reply from the first command. root 2400 1 0 04:39 ? 00:00:00 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf root 3309 3282 0 07:07 pts/0 00:00:00 grep ftp is the reply from the 2nd command. I can login as user but not as root. Is there some kind of access file that i need to tweak? |
|
#4
|
||||
|
||||
|
aah right - I'm with you now.. I haven't used vsftp, but I have played with wuftp and pro - You'll probably find a file named something like /etc/ftpusers or /etc/ftpaccess or /etc/ftpsomthing - I don't mean your config file, but most likely a separate file for specifying which users have access to this ftp server. The root user is often disabled for security reasons and you should consider leaving it that way -
christo |
|
#5
|
|||
|
|||
|
Thx 4 reply. I am confused now. I have no /etc/ftpaccess files or anything like that. How do i login as root?
|
|
#6
|
||||
|
||||
|
Quote:
christo |
|
#7
|
|||
|
|||
|
it is a dedicated server but there is no support. left to your own. The idea behinnd the server was to learn linux and become semi proficient and then offer web space to clients etc.
|
|
#8
|
|||
|
|||
|
For security reasons, FTP access by root is disabled. You shouldn't need to upload files as root anyways. Upload files as another user and if you need them to be in a system directory, use mv (assumming you have shell access, which you should with a dedicated server) to move them there.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > FTP newbie help.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|