Source: libnet-sftp-ruby
Section: interpreters
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends-Indep: debhelper (>= 4.0.0), ruby1.8
Standards-Version: 3.6.2.0

Package: libnet-sftp-ruby1.8
Architecture: all
Provides: libnet-sftp-ruby
Depends: libnet-ssh-ruby1.8 (>= 0.9.0-1)
Description: pure ruby module that emulates an sftp client
 This is an alpha release of Net::SFTP. It depends on the Net::SSH library.
 .
 The current release of Net::SFTP supports:
   * Protocol versions 1-5.
   * The following SFTP operations (though some protocol versions
     do not support all operations):
     * close_handle
     * fsetstat, setstat
     * fstat, lstat, stat
     * mkdir, rmdir
     * open, read, write
     * opendir, readdir
     * realpath
     * remove
     * rename

