taoyouh/FtpServer

SSLStream is not shut down

taoyouh opened this issue · 1 comments

SSL stream needs to be shut down before closing the TCP connection. If the SSL stream is not shut down properly, some FTP clients such as FileZilla will throw errors and can not receive the file properly.

Problem fixed.