Release Name: 0.5.0
Notes:
Net:SFTP
http://rubyforge.org/projects/net-ssh
[0.5.0] 2 Dec 2004
* Initial release.
Changes:
2004-12-01 22:13 minam
* NEWS: Updated NEWS file.
2004-12-01 21:58 minam
* README, Rakefile, doc/README: Moved README to project root.
2004-12-01 21:49 minam
* LICENSE, NEWS, Rakefile, TODO, net-sftp.gemspec, setup.rb,
doc/LICENSE-BSD, doc/LICENSE-GPL, doc/LICENSE-RUBY, doc/README,
lib/net/sftp.rb, lib/net/sftp/errors.rb, lib/net/sftp/session.rb,
lib/net/sftp/version.rb, lib/net/sftp/operations/close.rb,
lib/net/sftp/operations/read.rb,
lib/net/sftp/operations/readdir.rb,
lib/net/sftp/operations/realpath.rb,
lib/net/sftp/operations/rmdir.rb,
lib/net/sftp/operations/stat.rb,
lib/net/sftp/operations/abstract.rb,
lib/net/sftp/operations/errors.rb,
lib/net/sftp/operations/fsetstat.rb,
lib/net/sftp/operations/fstat.rb,
lib/net/sftp/operations/lstat.rb,
lib/net/sftp/operations/mkdir.rb,
lib/net/sftp/operations/open.rb,
lib/net/sftp/operations/opendir.rb,
lib/net/sftp/operations/remove.rb,
lib/net/sftp/operations/rename.rb,
lib/net/sftp/operations/services.rb,
lib/net/sftp/operations/setstat.rb,
lib/net/sftp/operations/write.rb,
lib/net/sftp/protocol/constants.rb,
lib/net/sftp/protocol/driver.rb,
lib/net/sftp/protocol/packet-assistant.rb,
lib/net/sftp/protocol/services.rb,
lib/net/sftp/protocol/01/attributes.rb,
lib/net/sftp/protocol/01/impl.rb,
lib/net/sftp/protocol/01/packet-assistant.rb,
lib/net/sftp/protocol/01/services.rb,
lib/net/sftp/protocol/02/impl.rb,
lib/net/sftp/protocol/02/packet-assistant.rb,
lib/net/sftp/protocol/02/services.rb,
lib/net/sftp/protocol/03/impl.rb,
lib/net/sftp/protocol/03/packet-assistant.rb,
lib/net/sftp/protocol/03/services.rb,
lib/net/sftp/protocol/04/attributes.rb,
lib/net/sftp/protocol/04/impl.rb,
lib/net/sftp/protocol/04/packet-assistant.rb,
lib/net/sftp/protocol/04/services.rb,
lib/net/sftp/protocol/05/services.rb, test/ALL-TESTS.rb,
test/operations/tc_abstract.rb, test/operations/tc_close.rb,
test/operations/tc_fstat.rb, test/operations/tc_open.rb,
test/operations/tc_opendir.rb, test/operations/tc_read.rb,
test/operations/tc_remove.rb, test/operations/tc_rmdir.rb,
test/operations/tc_write.rb, test/operations/tc_fsetstat.rb,
test/operations/tc_lstat.rb, test/operations/tc_mkdir.rb,
test/operations/tc_readdir.rb, test/operations/tc_realpath.rb,
test/operations/tc_setstat.rb, test/operations/tc_stat.rb,
test/protocol/tc_driver.rb, test/protocol/01/tc_attributes.rb,
test/protocol/01/tc_packet_assistant.rb, examples/ssh-service.rb,
test/protocol/01/tc_impl.rb, test/protocol/02/tc_impl.rb,
test/protocol/02/tc_packet_assistant.rb,
test/protocol/03/tc_impl.rb,
test/protocol/03/tc_packet_assistant.rb,
test/protocol/04/tc_attributes.rb, test/protocol/04/tc_impl.rb,
test/protocol/04/tc_packet_assistant.rb,
examples/asynchronous.rb, examples/synchronous.rb: Initial import
2004-12-01 21:49 minam
* LICENSE, NEWS, Rakefile, TODO, net-sftp.gemspec, setup.rb,
doc/LICENSE-BSD, doc/LICENSE-GPL, doc/LICENSE-RUBY, doc/README,
lib/net/sftp.rb, lib/net/sftp/errors.rb, lib/net/sftp/session.rb,
lib/net/sftp/version.rb, lib/net/sftp/operations/close.rb,
lib/net/sftp/operations/read.rb,
lib/net/sftp/operations/readdir.rb,
lib/net/sftp/operations/realpath.rb,
lib/net/sftp/operations/rmdir.rb,
lib/net/sftp/operations/stat.rb,
lib/net/sftp/operations/abstract.rb,
lib/net/sftp/operations/errors.rb,
lib/net/sftp/operations/fsetstat.rb,
lib/net/sftp/operations/fstat.rb,
lib/net/sftp/operations/lstat.rb,
lib/net/sftp/operations/mkdir.rb,
lib/net/sftp/operations/open.rb,
lib/net/sftp/operations/opendir.rb,
lib/net/sftp/operations/remove.rb,
lib/net/sftp/operations/rename.rb,
lib/net/sftp/operations/services.rb,
lib/net/sftp/operations/setstat.rb,
lib/net/sftp/operations/write.rb,
lib/net/sftp/protocol/constants.rb,
lib/net/sftp/protocol/driver.rb,
lib/net/sftp/protocol/packet-assistant.rb,
lib/net/sftp/protocol/services.rb,
lib/net/sftp/protocol/01/attributes.rb,
lib/net/sftp/protocol/01/impl.rb,
lib/net/sftp/protocol/01/packet-assistant.rb,
lib/net/sftp/protocol/01/services.rb,
lib/net/sftp/protocol/02/impl.rb,
lib/net/sftp/protocol/02/packet-assistant.rb,
lib/net/sftp/protocol/02/services.rb,
lib/net/sftp/protocol/03/impl.rb,
lib/net/sftp/protocol/03/packet-assistant.rb,
lib/net/sftp/protocol/03/services.rb,
lib/net/sftp/protocol/04/attributes.rb,
lib/net/sftp/protocol/04/impl.rb,
lib/net/sftp/protocol/04/packet-assistant.rb,
lib/net/sftp/protocol/04/services.rb,
lib/net/sftp/protocol/05/services.rb, test/ALL-TESTS.rb,
test/operations/tc_abstract.rb, test/operations/tc_close.rb,
test/operations/tc_fstat.rb, test/operations/tc_open.rb,
test/operations/tc_opendir.rb, test/operations/tc_read.rb,
test/operations/tc_remove.rb, test/operations/tc_rmdir.rb,
test/operations/tc_write.rb, test/operations/tc_fsetstat.rb,
test/operations/tc_lstat.rb, test/operations/tc_mkdir.rb,
test/operations/tc_readdir.rb, test/operations/tc_realpath.rb,
test/operations/tc_setstat.rb, test/operations/tc_stat.rb,
test/protocol/tc_driver.rb, test/protocol/01/tc_attributes.rb,
test/protocol/01/tc_packet_assistant.rb, examples/ssh-service.rb,
test/protocol/01/tc_impl.rb, test/protocol/02/tc_impl.rb,
test/protocol/02/tc_packet_assistant.rb,
test/protocol/03/tc_impl.rb,
test/protocol/03/tc_packet_assistant.rb,
test/protocol/04/tc_attributes.rb, test/protocol/04/tc_impl.rb,
test/protocol/04/tc_packet_assistant.rb,
examples/asynchronous.rb, examples/synchronous.rb: Initial
revision
|