Files | Admin

Notes:

Release Name: 1.0.0

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

[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.



Changes: 2005-06-17 23:05 jamis * Added ChangeLog generation again 2005-06-17 23:02 jamis * Typo 2005-06-17 23:01 jamis * Added FAQ generation to the Rakefile. Update the NEWS file. 2005-06-17 22:54 jamis * Added an FAQ to document the usage of the library 2005-04-03 08:31 jamis * Net::SFTP::Exception should extend RuntimeError 2005-03-28 23:16 jamis * Made a few tests pass that were failing on MacOS, and made get-file and put-file read and write in binary mode. 2005-02-22 14:12 jamis * Version bump. All that remains to do is documentation... 2005-02-22 14:11 jamis * Added support for an open-uri interface to SFTP reads. 2005-01-11 15:42 jamis * Added changelog. 2005-01-11 15:41 jamis * Updated NEWS, and fixed Rakefile to not generate ChangeLog. Rakefile will also tag current release via the "tag" task. 2005-01-11 14:52 jamis * Added open-uri interface as a TODO. 2005-01-11 15:41 jamis * Updated NEWS, and fixed Rakefile to not generate ChangeLog. Rakefile will also tag current release via the "tag" task. 2005-01-11 14:52 jamis * Added open-uri interface as a TODO. 2005-01-09 07:53 jamis * Move from CVS 2004-12-22 10:38 minam * Added open_handle, get_file, and put_file methods. Bumped version to 0.9. 2004-12-11 18:29 minam * Fixed some doc typos. Made the synchronous operations work in Ruby 1.8.1 (they no longer require a 'return' from within a proc). 2004-12-01 22:13 minam * Updated NEWS file. 2004-12-01 21:58 minam * Moved README to project root. 2004-12-01 21:49 minam * Initial import 2004-12-01 21:49 minam * Initial revision