https://github.com/salva/p5-net-sftp-foreign
Perl SFTP client
https://github.com/salva/p5-net-sftp-foreign
Last synced: about 2 months ago
JSON representation
Perl SFTP client
- Host: GitHub
- URL: https://github.com/salva/p5-net-sftp-foreign
- Owner: salva
- License: other
- Created: 2009-09-18T21:19:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T08:58:48.000Z (over 4 years ago)
- Last Synced: 2023-03-10T19:41:02.535Z (over 2 years ago)
- Language: Perl
- Homepage:
- Size: 888 KB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
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 installCOPYRIGHT 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.