Does Net::FTP not work on MacRuby 0.6? I am trying a simple Net::FTP.new(server, user, password) and receive EOFError: end of file reached from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' The same method works fine under standard ruby. I am new to MacRuby, so sorry if this is a known issue. thanks, Dan
Hi Daniel, This looks like a bug in MacRuby, could you report this to the tracker? We will continue the investigation there. Thanks, Laurent On May 5, 2010, at 5:07 PM, Daniel Fontaine wrote:
Does Net::FTP not work on MacRuby 0.6? I am trying a simple Net::FTP.new(server, user, password) and receive
EOFError: end of file reached from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize'
The same method works fine under standard ruby.
I am new to MacRuby, so sorry if this is a known issue.
thanks, Dan
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Daniel Fontaine
-
Laurent Sansonetti