Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.1
-
None
Description
When a FtpFileObject is closed with the close() method, the Connection to the FTP Server is still open. The Connection is never closed.
Attached is a Patch, which closes the FtpFileSystem in FtpFileObject#doDetach().