Scroll to navigation

Libssh::Sftp(3) User Contributed Perl Documentation Libssh::Sftp(3)

NAME

Libssh::Sftp - Support for sftp via libssh.

SYNOPSIS

  !/usr/bin/perl
  use strict;
  use warnings;

DESCRIPTION

"Libssh::Sftp" is a perl interface to the libssh (<http://www.libssh.org>) library. It doesn't support all the library. It's working in progress.

METHODS

Create new Sftp object:

    my $sftp = Libssh::Sftp->new();
    
Returns the last error message; returns undef if no error.
2022-11-08 perl v5.38.2