Ftp서버 구축후 다중 접속을 하도록 설정하려면 어떻게 해야 하나요?

ftp 서버 구축후에, 하나의 계정을 가지고 100명이상의 사람들에게 동시접속을 허용하도록 하려면

가능한가요??

굳이 계정을 줄 필요없나요?/ 권한은 어차피 다운로드 권한만 설정할 것이라서…

궁금하네요.

저도 궁금해서 찾아봤습니다.

http://vsftpd.beasts.org/vsftpd_conf.html

[code:rxq0iwf3]max_clients
If vsftpd is in standalone mode, this is the maximum number of clients which may be connected.
Any additional clients connecting will get an error message.

Default: 0 (unlimited)[/code:rxq0iwf3]