Hi, I notice there is a problem with my server when the RTT is high (200ms). I make some test and I see that the put of a file is two time shorter than the get of the same file.
I make some capture of the traffic, I see exactly the same TCP configuration. But, in case of get, the transmit data doesn't respect the TCP windows. There is lot of ACK. In short, I think that the buffer size is too small on my apache ftp server (<65536). is there a way to modify it with a configuration file ? PS: I try another ftp server and after numerous test, I success with another ftp server. So, the problem come from apache-ftpserver.