Net::SFTP::Foreign

Net::SFTP::Foreign is a SSH file transfer protocol client.
Download

Net::SFTP::Foreign Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Salvador Fandi
  • Publisher web site:
  • http://search.cpan.org/~salva/Net-SFTP-Foreign-1.42/lib/Net/SFTP/Foreign.pm

Net::SFTP::Foreign Tags


Net::SFTP::Foreign Description

Net::SFTP::Foreign is a SSH file transfer protocol client. Net::SFTP::Foreign is a SSH file transfer protocol client.SYNOPSIS use Net::SFTP::Foreign; my $sftp = Net::SFTP::Foreign->new($host); $sftp->get("foo", "bar"); $sftp->put("bar", "baz");SFTP stands for SSH File Transfer Protocol and is a method of transferring files between machines over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection). The security in SFTP comes through its integration with SSH, which provides an encrypted transport layer over which the SFTP commands are executed.Net::SFTP::Foreign is a Perl client for the SFTP version 3. It provides a subset of the commands listed in the SSH File Transfer Protocol IETF draft, which can be found at http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt (also included on this package distribution, on the rfc directory) plus some additional handy high level methods.Net::SFTP::Foreign uses any compatible ssh command installed on the system (for instance, OpenSSH ssh) to establish the secure connection to the remote server.Formerly, Net::SFTP::Foreign was a hacked version of Net::SFTP, but from version 0.90 it has been rewritten almost completely from scratch and a new much improved API introduced (an adaptor module, Net::SFTP::Foreign::Compat, is also provided for backward compatibility). Requirements: · Perl


Net::SFTP::Foreign Related Software