When I use SecureFTPConnection to connect to a particular server, the call to Close hangs for around 2 minutes before returning. Looking at the log file, it looks like the server does not respond to the SSH_MSG_CHANNEL_CLOSE message, and the FTPConnection repeatedly waits for a response before timing out. If I call Close(true), it does close immediately, but I wasn't sure if this is okay to do. I also tried connecting to a different server, and it closes immediately when calling Close. Is this a result of an issue with server I am connecting to? I am using version 8.6.0.20.