mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

Drop data connection early in FtpStream.list_command() #55

Closed 17dec closed 7 years ago

17dec commented 8 years ago

Fixes issue #54.

mattnenterprise commented 7 years ago

Thanks for this fix!