bnix / double-bag-ftps

Provides a child class of Net::FTP to support implicit and explicit FTPS.
MIT License
48 stars 26 forks source link

Active mode data transfers do not hang #5

Closed wconrad closed 11 years ago

wconrad commented 11 years ago

This is a fix for issue https://github.com/bnix/double-bag-ftps/issues/4

No direct test. Currently tested via https://github.com/wconrad/ftpd 's tests, which use double-bag-ftps to drive ftpd.

Also manually tested against pure-ftpd.

lkfken commented 11 years ago

@wconrad your patch works (need passive = false)...at least for me. Thank you very much.

wconrad commented 11 years ago

Outstanding; you're welcome. I wish my bug reports were as good as yours. Nicely done.