Hello again :-) We have some servers that are doing FFT (Fast File Transfer) directly from clients. It's like an FTP connection (using port 923), except: - It can use more than one connection - It tries to push as much data as possible - It's tunable with timeout, packet size, delays, etc I am using the default setting on the client, and have not touched the server. When I directly connect to the server, I am able to log in, transfer a file, and close a connect perfectly fine. When I go through the STM, I am able to log in, start a transfer, and like 2.5 mins in, the server shows "client closed control stream" - but the client is still trying to send. I am using "(Generic client first)" connections (the only one that works) I know the STM is in-between the client and server, but it looks like the STM doesn't pass connection info back and forth. I think it a simple configuration switch on the STM, but I can't find it. I can try to find more info about FFT, but I think it's just a P2P bittorrent-like client/server (IE: instead of talk to lots of servers, only talks to one)
... View more