You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop data connection early in FtpStream.list_command() (#55)
Fixes issue #54.
The problem is that we're expecting to read a response from the server
on the control connection, but the server will only send a response when
the data connection has been properly closed. We can ensure this by
dropping the data connection before reading the server response.
0 commit comments