Net::SFTP::Foreign =================== Net::SFTP::Foreign implements an SFTP client in Perl. It's a forked version of Net::SFTP that uses an external ssh client to connect to the ssh server instead of the all Perl Net::SSH::Perl module. PREREQUISITES An external ssh2 client findable in your PATH. Perl module Test::More. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install COPYRIGHT AND LICENCE Copyright (C) 2005 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.4 or, at your option, any later version of Perl 5 you may have available.