File: control

package info (click to toggle)
libnet-sftp-ruby 1.1.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,444 kB
  • ctags: 854
  • sloc: ruby: 4,216; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
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
Source: libnet-sftp-ruby
Section: interpreters
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends: debhelper (>= 4.0.0), cdbs
Build-Depends-Indep: ruby1.8
Standards-Version: 3.7.3

Package: libnet-sftp-ruby1.8
Architecture: all
Provides: libnet-sftp-ruby
Depends: libnet-ssh-ruby1.8 (>= 1.0.0)
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