How can I determine the maximum simultaneous FTP connections a system
will allow on a SunOS cncplog01 5.9 Generic_117171-02 sun4u sparc
SUNW,Sun-Fire-280R?
|
|
0
|
|
|
|
Reply
|
mitchell
|
11/9/2004 6:57:41 PM |
|
In article <65745d.0411091057.54951db9@posting.google.com>,
mitchell.miller@bankofamerica.com (Mitch) wrote:
> How can I determine the maximum simultaneous FTP connections a system
> will allow on a SunOS cncplog01 5.9 Generic_117171-02 sun4u sparc
> SUNW,Sun-Fire-280R?
Theoretically, there's no limit. Practically, I suppose you want to
find out how many sustained transfers it can handle before performance
degrades to some arbitrary point or the disks fill up. That depends on
what else is running on the system and how many Warez kiddies you want
to allow to use your system.
Sun's in.ftpd doesn't do dynamic allocation of connections or any
restriction on the number of users logged in, but other ftpd's do. Try
one of the 3rd-party ftpd's:
http://www.ncftpd.com/
http://www.proftpd.org/
http://www.pureftpd.org/
http://freshmeat.net/projects/vsftpd/?topic_id=89
http://www.wuftpd.org/
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
11/9/2004 11:16:48 PM
|
|
"Michael Vilain <vilain@spamcop.net>" wrote:
> mitchell.miller@bankofamerica.com (Mitch) wrote:
>
>
>>How can I determine the maximum simultaneous FTP connections a system
>>will allow on a SunOS cncplog01 5.9 Generic_117171-02 sun4u sparc
>>SUNW,Sun-Fire-280R?
>
>
> Theoretically, there's no limit.
If you want to set a limit, check "man ftpaccess"
and /etc/ftpd/ftpaccess
|
|
0
|
|
|
|
Reply
|
Oscar
|
11/10/2004 4:29:56 PM
|
|