[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Net::SSH 1.0.1, Net::SFTP 1.0.0

Jamis Buck

6/18/2005 5:20:00 AM

Net::SSH 1.0.1 is a maintenance release that fixes a bug that caused
data to be sent twice in some circumstances. It also adds a :timeout
option to Net::SSH.start, and allows the Putty Agent to be used under
Windows (reportedly).

Project page: http://rubyforge.org/projec...
Users Manual: http://net-ssh.rub...
API Docs: http://net-ssh.rub.../api

Net::SFTP 1.0.0 is the more-or-less stable, more-or-less final
release of Net::SFTP. (More-or-less, meaning, there may be subsequent
releases as bugs are found, patches submitted, and time allocated to
work on Net::SFTP.) This release:

* Adds a uri and open-uri interface to Net::SFTP
* Fixes a bug under Windows where files weren't being transfered in
binary mode
* Adds an FAQ document. Not as pretty as the Users Manual for
Net::SSH, but it's better than nothing

Project page: http://rubyforge.org/projec...
FAQ: http://net-ssh.rub.../sftp/faq.html
API Docs: http://net-ssh.rub.../sftp/api

And, both are available as gems.

Enjoy!

- Jamis