1827853 Members
1483 Online
109969 Solutions
New Discussion

Re: ftp error

 
Edwin Ruiz_2
Super Advisor

ftp error

Hi!
I want to access using FTP into my server with Red Hat A.S. 3.0 but i get that message:

530 Must perform authentication before identifying USER.

somebody can help me?
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: ftp error

This happened with I tried to connect using the microsoft built in ftp client.

I tried other clients and it worked fine. I checked the vsftpd.conf file made some logical changes and...

service vsftpd restart

Then it went away.

I have no idea, specifically what I did. I think it does have something to do with the Microsoft ftp client, the one built into Windows 98 and other consumer versions.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Edwin Ruiz_2
Super Advisor

Re: ftp error

thanks Stephen.. l was looking for vsftpd file but is not present.. i have only two files gssftp & tftp. how can i get this file?
Martin P.J. Zinser
Honored Contributor

Re: ftp error

Hello Edwin,

in this case it looks like you do not have vsftp installed. Either load it from your installation CDs or get the RPM from the Redhat Network site.

Greetings, Martin
Alexander Chuzhoy
Honored Contributor

Re: ftp error

issue this command
telnet x.x.x.x 21
where x.x.x.x is the IP address of your ftp server.
This will tell you what server is listening (if at all).
also do
chkconfig gssftp off
it seems from other forums that it may help in your situation...