File: control

package info (click to toggle)
libnet-scp-expect-perl 0.12-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 42,312 kB
  • ctags: 16
  • sloc: perl: 374; makefile: 35
file content (14 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libnet-scp-expect-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libterm-readpassword-perl, libexpect-perl (>= 1.14)
Standards-Version: 3.6.1.0

Package: libnet-scp-expect-perl
Architecture: all
Depends: ${perl:Depends}, libterm-readpassword-perl, libexpect-perl
Description: Wrapper for scp to send passwords via Expect
 Net::SCP::Expect allows you to transfer files via scp, but instead of having
 to use shared keys or to input a password interactively, it allows you to
 send them programmataically via Expect.