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
|
Source: libnet-scp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libnet-ssh-perl,
libstring-shellquote-perl,
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-scp-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-scp-perl.git
Homepage: http://search.cpan.org/dist/Net-SCP/
Package: libnet-scp-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libnet-ssh-perl,
libstring-shellquote-perl,
openssh-client | ssh-client
Description: Perl extension for secure copy protocol
Net::SCP provides simple wrappers around the "scp" command and to
Net::FTP-like interface. It can be called in batch mode to upload
or download files using SSH protocol.
|