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
|
Source: ruby-net-sftp
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>,
Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
ruby-mocha,
ruby-net-ssh (>= 2.6.5~),
ruby-test-unit
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-net-sftp.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-sftp.git
Homepage: https://github.com/net-ssh/net-sftp
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-net-sftp
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-net-ssh (>= 2.6.5~),
${misc:Depends},
${shlibs:Depends}
Description: Ruby implementation of the SFTP protocol
Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
Transfer Protocol", typically run over an SSH connection, and has nothing to
do with the FTP protocol.
|