dutchcoders / goftp

Golang FTP library with Walk support.
MIT License
278 stars 99 forks source link

Fix File Upload #21

Closed ozanh closed 7 years ago

ozanh commented 8 years ago

Upload hangs due to unclosed connection. "226 Successfully transferred ..." message cannot be read due to unclosed connection. This patch fixes the problem.

140am commented 8 years ago

👍 on getthing this merged - this also addresses leaking open file pointers

wujie1993 commented 7 years ago

nice work!

nl5887 commented 7 years ago

Thx!