ftpserverlib icon indicating copy to clipboard operation
ftpserverlib copied to clipboard

feat(deflate): Non working deflate transfer mode

Open fclairamb opened this issue 1 year ago • 1 comments

fclairamb avatar Jun 02 '24 20:06 fclairamb

Ok so I now understand where it's coming from but it requires some design changes. I have created a deflateConn struct that is designed to be used as a net.Conn but the original net.Conn reference is kept in the passive/active transfer handlers.

Which makes us not flush the data at the end of the transfer. This is why download doesn't work.

fclairamb avatar Jun 02 '24 21:06 fclairamb