Alex Nedelcu
2005-Oct-23 17:23 UTC
[Net-ssh-users] Possible bug with Net::SFTP, please help !
Hi folks, While executing the following command: sftp.get_file(filePath, localFilePath) I get the following exception: /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/packet-stream.rb:203:in `sysread'': bignum too big to convert into `long'' (RangeError) from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/packet-stream.rb:203:in `read'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/packet-stream.rb:167:in `get'' from /usr/lib/ruby/1.8/thread.rb:135:in `synchronize'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/packet-stream.rb:147:in `get'' from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in `method_missing'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/session.rb:245:in `wait_for_message'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/transport/session.rb:240:in `wait_for_message'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/connection/driver.rb:148:in `process'' Please, please help, I have a deadline and my boss will kill me :( Thank you, Alex