Net:SFTP
http://rubyforge.org/projects/net-ssh

[1.1.0] 2 Jan 2006
  * Undef Session#open so that it can be delegated via #method_missing (fixes
    asynchronous usage of the #open operation)
  
  * Add Driver#channel and Session#channel for more easily accessing the
    underlying SSH channel.

[1.0.1] 6 Dec 2005
  * "Name" packets in version 4 of the protocol were not being parsed correctly.

  * The implementation of the "open" operation in v4 should have been in v5.

[1.0.0] 17 Jun 2005
  * uri and open-uri interface ('net/uri/sftp' and 'net/uri/open-sftp').

  * get_file and put_file write in binary mode (in Windows).

  * Added an FAQ document to help in understanding how to use the library.

[0.9.0] 11 Jan 2005
  * Synchronous operations now work with Ruby 1.8.1.

  * Added open_handle for opening a handle within an explicit
    (block-delimited) transaction.

  * Added get_file and put_file convenience methods for reading directly from
    and writing directly to a file.

  * Moved to a subversion repository at http://www.jamisbuck.org/svn/net-sftp

[0.5.0] 2 Dec 2004
  * Initial release.
