Networking Forums

Networking Forums > Computer Networking > Linux Networking > FTP server setup

Reply
Thread Tools Display Modes

FTP server setup

 
 
jessica kung
Guest
Posts: n/a

 
      03-13-2006, 02:51 PM
Dear netizen

I need to allow a 1.5GB file for download simultaneously by my users.

Questions:
How do I extend the time-out situation at the server?
How do I also configure the allowed concurrent number of users?

I am currently using the standard FTP server bundled with Linux OS.

Your help is much appreciated!

Thks in advanced.

Rgds, Jessica


 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a

 
      03-14-2006, 07:07 AM
jessica kung wrote:

> Questions:
> How do I extend the time-out situation at the server?
> How do I also configure the allowed concurrent number of users?
>
> I am currently using the standard FTP server bundled with Linux OS.


There is no such thing, the only ftp stuff the OS comes with (as far as I
can tell) is for firewalling and letting ft through NAT.

Various different *distributions* of Linux may include an ftp server (many
ftp servers in a lot of cases), but which one(s) depend on which
distribution you use.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
Andrei Ivanov
Guest
Posts: n/a

 
      03-14-2006, 09:54 PM
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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ntp server setup kjs Windows Networking 1 04-10-2007 11:15 PM
how can I setup mail server in server 2003 ? ads Windows Networking 2 04-09-2007 07:59 PM
DNS Server setup Fong Windows Networking 6 02-28-2006 01:27 PM
Setup FTP Server Ted Present Network Routers 2 01-07-2006 07:04 PM
VPN Server Setup Alan Windows Networking 2 12-29-2003 03:19 PM



1 2 3 4 5 6 7 8 9 10 11