Operating System - HP-UX
1833016 Members
2070 Online
110048 Solutions
New Discussion

Need help troubleshooting anon ftp

 
SOLVED
Go to solution
Kent Ostby
Honored Contributor

Need help troubleshooting anon ftp

Hi folks --

We've had anon ftp working on our server for several years.

Recently, we have done some "cleanup" of files and users and now anonymous FTP doesnt work anymore.

All we get is a login failure.

When we type in ftp as the login name, we get:

530 User ftp unknown.
Login failed.
Remote system type is UNIX.

This is the same if I try it from the box itself or try to ftp from a different box.

Ideas ?
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
3 REPLIES 3
Sanjay_6
Honored Contributor
Solution

Re: Need help troubleshooting anon ftp

Hi,

Suggest you should revisit the anon ftp configuration. Maybe the anon ftp id "ftp" has been diabled or does not exist in /etc/passwd

Hope this helps.

Regds
Kent Ostby
Honored Contributor

Re: Need help troubleshooting anon ftp

Ha ! I love easy solutions.

Someone had indeed removed the user "ftp" from the /etc/passwd file.

Oz
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Sanjay_6
Honored Contributor

Re: Need help troubleshooting anon ftp

Hi Oz,

Thanks for the easy points. but this is what made me suggest that the id "ftp" may not exist on your system.

"User ftp unknown."

Hope this helps in future.

Regards