YGP has asked for the wisdom of the Perl Monks concerning the following question:
ftp> status Connected to sever_name. Type: ascii; Verbose: On ; Bell: Off ; Prompting: On ; Globbing: On Debugging: Off ; Hash mark printing: Off .
this is my configeration fileftp> ls Connection closed by remote host.
This is the error i got in my ftpd.error filedebug: 1 port: 8026 daemon mode: 1 run in background: 1 # maintainer email: bob@example.com error log: /etc/ftpd.errors allow anonymous: 1 pam authentication: 1 client logging: /etc/ftpd.log chdir message file: .message retrieve rule: $pathname ne "/etc/passwd" && $filename ne +".htaccess" home directory: / store rule: !$user_is_anonymous || $dirname =~ m|^/incomin +g/| allow site exec command: 1
Resource limit RLIMIT_NPROC cannot be set. This may be because the BSD +::Resource module is not available on your system, or it may be becau +se your operating system does not support RLIMIT_NPROC. Without resou +rce limits, the FTP server may be open to denial of service (DoS) att +acks. The real error was: at /Perl_Modules/new/lib/site_perl/Net/FTP +Server.pm line 3270. no ftp user in password file...... at /Perl_Modules/new/lib/site_perl/ +Net/FTPServer/Full/Server.pm line 285, <STDIN> line 2. Net::FTPServer::__ANON__('no ftp user in password file...... at /P +erl_Modules/new/lib/site_perl/Net/FTPServer/Full/Server.pm line 285 Net::FTPServer::Full::Server::user_login_hook('Net::FTPServer::Ful +l::Server=HASH(0x2f914)', 'anonymous', 1) called at /Perl_Modules/new +/lib/site_perl/Net/FTPServer.pm line 4662 Net::FTPServer::_PASS_command('Net::FTPServer::Full::Server=HASH(0 +x2f914)', 'PASS', 'xxx.aa.com') called at /Perl_Modules/new/lib/site_ +perl/Net/FTPServer.pm line 3002 Net::FTPServer::run('Net::FTPServer::Full::Server') called at ftpd +.pl line 35
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net Ftp Server
by Corion (Patriarch) on Mar 14, 2008 at 12:33 UTC | |
by YGP (Acolyte) on Mar 14, 2008 at 13:10 UTC | |
|
Re: Net Ftp Server
by moritz (Cardinal) on Mar 14, 2008 at 12:29 UTC | |
by YGP (Acolyte) on Mar 14, 2008 at 12:41 UTC |