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? Thanks, CM
