1828479 Members
2745 Online
109978 Solutions
New Discussion

ftp problem

 
Chakravarthi
Trusted Contributor

ftp problem

Hi all

1. When i'm trying to ftp to a linux machie as root
it is giving the following error

FTP Login refused ( username in denied-uid) i have removed root from /etc/ftpusers,

which file has this denied-uid

2. also when i try to ftp as normal user

it gives the following error
xinetd: read : connection reset by peer ( errno = 104)

any suggestions

regards
chakri
1 REPLY 1
Steven Mertens
Trusted Contributor

Re: ftp problem


hi,

On a redhat system you must also add the
following in /etc/ftpaccess to allow root.

allow-uid root
allow-gid root


regards.

Steven