1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
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.
|