jessica kung <(E-Mail Removed)> wrote:
> How do I extend the time-out situation at the server?
> How do I also configure the allowed concurrent number of users?
Rather often FTP daemon is started by [x]inetd daemon.
If there are too many users trying to connect to the server
at once, the inetd daemon may refuse to start additional
FTP server processes, while sending the following into
/var/log/messages (syslog):
inetd[496]: ftp/tcp server failing (looping or
being flooded), service terminated for 10 min
If you'll notice something like that, then you would need to
adjust [x]inetd settings. If that's old inetd daemon, then
you should replace "nowait" with [for example] "nowait.80"
in /etc/inetd.conf file. Read man pages for more details.
--
andrei
|