Re: [MacRuby-devel] FTP in MacRuby

2010-05-06 Thread Laurent Sansonetti
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)

[MacRuby-devel] FTP in MacRuby

2010-05-05 Thread Daniel Fontaine
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