Hi all,

I am having a problem with Net::SFTP, maybe you experienced it too and
I don't know what to do about it.

While executing the following instructin:

sftp.get_file(filePath, localFilePath)

Depending on the file downloaded (maybe on size ?), 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 me, because I have a deadline and I don't know what
to do.

Thank you,
Alex