--- !ruby/object:Gem::Specification rubygems_version: 0.8.1 specification_version: 1 name: net-sftp version: !ruby/object:Gem::Version version: 0.5.0 date: 2004-12-01 summary: Net::SFTP is a pure-Ruby implementation of the SFTP client protocol. require_paths: - lib author: Jamis Buck email: jgb3@email.byu.edu homepage: http://net-ssh.rubyforge.org/sftp rubyforge_project: description: autorequire: net/sftp default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby files: - doc/LICENSE-RUBY - doc/LICENSE-BSD - doc/LICENSE-GPL - lib/net - lib/net/sftp - lib/net/sftp.rb - lib/net/sftp/operations - lib/net/sftp/session.rb - lib/net/sftp/protocol - lib/net/sftp/version.rb - lib/net/sftp/errors.rb - lib/net/sftp/operations/close.rb - lib/net/sftp/operations/read.rb - lib/net/sftp/operations/rmdir.rb - lib/net/sftp/operations/realpath.rb - lib/net/sftp/operations/stat.rb - lib/net/sftp/operations/readdir.rb - lib/net/sftp/operations/lstat.rb - lib/net/sftp/operations/setstat.rb - lib/net/sftp/operations/abstract.rb - lib/net/sftp/operations/mkdir.rb - lib/net/sftp/operations/services.rb - lib/net/sftp/operations/open.rb - lib/net/sftp/operations/opendir.rb - lib/net/sftp/operations/rename.rb - lib/net/sftp/operations/remove.rb - lib/net/sftp/operations/fsetstat.rb - lib/net/sftp/operations/write.rb - lib/net/sftp/operations/fstat.rb - lib/net/sftp/operations/errors.rb - lib/net/sftp/protocol/01 - lib/net/sftp/protocol/02 - lib/net/sftp/protocol/03 - lib/net/sftp/protocol/04 - lib/net/sftp/protocol/05 - lib/net/sftp/protocol/driver.rb - lib/net/sftp/protocol/constants.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/packet-assistant.rb - lib/net/sftp/protocol/01/services.rb - lib/net/sftp/protocol/01/impl.rb - lib/net/sftp/protocol/02/packet-assistant.rb - lib/net/sftp/protocol/02/services.rb - lib/net/sftp/protocol/02/impl.rb - lib/net/sftp/protocol/03/packet-assistant.rb - lib/net/sftp/protocol/03/services.rb - lib/net/sftp/protocol/03/impl.rb - lib/net/sftp/protocol/04/attributes.rb - lib/net/sftp/protocol/04/packet-assistant.rb - lib/net/sftp/protocol/04/services.rb - lib/net/sftp/protocol/04/impl.rb - lib/net/sftp/protocol/05/services.rb - examples/ssh-service.rb - examples/synchronous.rb - examples/asynchronous.rb - test/operations - test/ALL-TESTS.rb - test/protocol - test/operations/tc_write.rb - test/operations/tc_fstat.rb - test/operations/tc_close.rb - test/operations/tc_abstract.rb - test/operations/tc_opendir.rb - test/operations/tc_rmdir.rb - test/operations/tc_open.rb - test/operations/tc_remove.rb - test/operations/tc_read.rb - test/operations/tc_fsetstat.rb - test/operations/tc_lstat.rb - test/operations/tc_readdir.rb - test/operations/tc_mkdir.rb - test/operations/tc_realpath.rb - test/operations/tc_stat.rb - test/operations/tc_setstat.rb - test/protocol/01 - test/protocol/02 - test/protocol/03 - test/protocol/04 - test/protocol/tc_driver.rb - test/protocol/01/tc_packet_assistant.rb - test/protocol/01/tc_attributes.rb - test/protocol/01/tc_impl.rb - test/protocol/02/tc_packet_assistant.rb - test/protocol/02/tc_impl.rb - test/protocol/03/tc_packet_assistant.rb - test/protocol/03/tc_impl.rb - test/protocol/04/tc_packet_assistant.rb - test/protocol/04/tc_attributes.rb - test/protocol/04/tc_impl.rb test_files: - test/ALL-TESTS.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: - !ruby/object:Gem::Dependency name: net-ssh version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.6.0 version: