From: "zzak (Zachary Scott)" Date: 2012-12-03T04:08:35+09:00 Subject: [ruby-core:50486] [ruby-trunk - Bug #7497] net/ftp.rb can't list ftp sites behind a firewall Issue #7497 has been updated by zzak (Zachary Scott). Category set to lib Assignee set to shugo (Shugo Maeda) ---------------------------------------- Bug #7497: net/ftp.rb can't list ftp sites behind a firewall https://bugs.ruby-lang.org/issues/7497#change-34325 Author: rubyhack (first last) Status: Open Priority: Normal Assignee: shugo (Shugo Maeda) Category: lib Target version: ruby -v: 1.9 (perhaps 1.8) net/ftp.rb can't list ftp sites behind a firewall , to solve this issue ftp passive mode must be used , the support is in the code but needs means to activate it ! so add to the FTP class attributes to change and access passive state : attr_reader :passive attr_writer :passive and a program can use: ftp.passive = true to use passive mode -- http://bugs.ruby-lang.org/