Hello, Many thanks for the ability to embed an FTP server into an application.
I have a problem where I must to restrict access to files available for download via FTP and to cope with a case with too many clients (they could saturate available Internet channel). Currently I have 2 ideas. 1 access restriction: If a requesting file by a client is not available to it, disconnect the client. Will I need also a login mechanism using SSL or simpler? 2 speed restriction: Set the download rate for a client (say X Mbytes/sec, not more) Is it possible to achieve by using Mina FTP embeddable server or there are other ways around to solve the problem?
