Project

General

Profile

Actions

Bug #7497

closed

net/ftp.rb can't list ftp sites behind a firewall

Added by rubyhack (first last) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Target version:
-
ruby -v:
1.9 (perhaps 1.8)
Backport:
[ruby-core:50478]

Description

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

Updated by rubyhack (first last) over 11 years ago

sorry
Category: lib
and the correction is better writen as :
attr_accessor :passive

Updated by zzak (zzak _) over 11 years ago

  • Category set to lib
  • Assignee set to shugo (Shugo Maeda)
Actions #3

Updated by rubyhack (first last) over 11 years ago

thank you zzak.
sorry again , any one can close this issue, after downloading 1.8.6 I realized that the attr_accessor :passive
is in the FTP class. so this is a good lesson as a start up to verify that it is undead a bug before reporting it.
I have corrected my application .

Updated by vo.x (Vit Ondruch) over 11 years ago

  • Status changed from Open to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0