in reply to Net Ftp Server connection fail

I interpret the error message no ftp user in password file just as that. As soon as you read the documentation, you find that for anonymous access you need to have the appropriate system user on your system.

As an aside, how do you think your node title describes your node? Does it fit well? How does this node differ from Net FTPServer? Your node titles are not really descriptive and I'd like you to put more effort into giving your nodes a descriptive title. How (Not) To Ask A Question has good hints on node titles too.

Replies are listed 'Best First'.
Re^2: Net Ftp Server
by YGP (Acolyte) on Mar 14, 2008 at 13:10 UTC
    Sorry for that, Now I have changed the node title. I created a password file but now it fails here
    cannot chroot: /Perl_Modules/new/etc: Not owner at /Perl_Modules/new/l +ib/site_perl/Net/FTPServer/Full/Server.pm line 277.
    any ways Net ftp documentaion says that in http://search.cpan.org/~rwmj/Net-FTPServer-1.122/lib/Net/FTPServer.pm Anonymous logins are not affected by the password file option. Use the allow anonymous flag to control whether anonymous logins are permitted in the Full back-end..