On Wed, Apr 13, 2011 at 10:13 AM, Sachin Shetty <[email protected]> wrote: > How about throttling on the fly based on some events, for e.g. a user has > already uploaded ten files in the current ftp session and we want to slow > him down on the 11th file onwards? Can we get that work in Apache ftp > server.
This is not supported out of the box, but you can use the APi and implement your own User class to handle this case. /niklas
