LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem using ftp (https://www.linuxquestions.org/questions/linux-newbie-8/problem-using-ftp-254495/)

ChrisR(SQL DBA) 11-13-2004 06:57 PM

problem using ftp
 
Im using Fedora and its pretty cool. I installed ftp with the instructions from a book I have. The install seemed to be successfull. But when I go to the prompt I have troubles. I type in:

ftp 192.bla.bla.bla

It says:

Connected to 192.bla.bla.bla
220 (vsFTPd 2.0.1)
530 please login with USER and PASS
530 please login with USER and PASS
KERBEROS_V4 rejected as an authentication type
Name (192.bla.bla.bla:root):


So then I try typing the ROOT as user and the password for it but I get Login Failed. Why? Yes Im typing it in correctly.

SteveK1979 11-13-2004 07:59 PM

Hi Chris,

What you've put in your post:

Quote:

I type in:

ftp 192.bla.bla.bla

It says:

Connected to 192.bla.bla.bla
220 (vsFTPd 2.0.1)
530 please login with USER and PASS
530 please login with USER and PASS
KERBEROS_V4 rejected as an authentication type
Name (192.bla.bla.bla:root):
is the command to connect to another machine via ftp. I assume this is what you're trying to do? You've set up ftp access to another PC on your network and you're trying to test the acccess?

Or are you trying to connect to another remote computer that's nothing to do with you?

Or finally, are you trying to start the ftp daemon on your machine to allow incoming ftp requests?

If you could clarify what it is you're trying to achieve....

Cheers,

Steve

ChrisR(SQL DBA) 11-13-2004 08:30 PM

Im was trying to test on the same maching that the ftp server is installed on. I just tried it from another machine though and it works with a user other than root. Im guessing my first test couldnt have worked from the machine the server was installed on? Do you know yhy cant I connect using root?

SteveK1979 11-14-2004 07:16 AM

Well, it depends on which ftp daemon that you're using, but I know that, for example, in ProFTPD you can specify in the proftpd.conf file what you want the lowest uid and gid to be that can log in. And if these directives have been set, it's certain to be set higher than 0.

Would you really want root to be able to log in for FTP, or are you just curious as to why it didn't work? :scratch:

Have to admit though, I've never tried ftping to myself, could well be that the daemon would not allow it.

Cheers,

Steve


All times are GMT -5. The time now is 07:25 PM.