On Fri, Oct 10, 2008 at 4:32 PM, Chris McNamara <[EMAIL PROTECTED]> wrote: > I have the FtpServer running as an embedded process in another java > object. To test this I have a main method which starts the server on a > port and uses the user.properties file for access control. > > I am transferring a file using wget on an embedded device. When I > connect to this server it appears that I am limited to 8kb/sec transfer > rate. I tried using another ftp server that is a standalone windows > program and it worked at a speed appropriate for the network. > > Is there a setting in this FtpServer that controls the speed of > connections?
Yes, it is set per user in the user configuration (like user.properties if using the file based user manager). If you can't find it, feel free to post your config. /niklas
