-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
44 lines (26 loc) · 1.04 KB
/
README
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
32
33
34
35
36
37
38
39
40
41
42
Net::SFTP::Foreign
===================
Net::SFTP::Foreign implements an SFTP client in Perl using the native
SSH client application to establish the connection to the remote host.
PREREQUISITES
An external SSH2 client reachable from your PATH.
Perl modules:
Test::More (mandatory)
File::Which (optional, only for testing)
Sort::Key (optional, for better performance)
IO::Pty and its dependencies (optional, only required if
password authentication is going to be used)
If the sftp-server command is available it will be used to perform
some tests, but it is not mandatory.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Copyright (c) 2005-2021 by Salvador Fandino
Copyright (c) 2001 Benjamin Trott, Copyright (c) 2003 David Rolsky.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.