The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

new

Create new Sftp object:

my $sftp = Libssh::Sftp->new();
error ( )

Returns the last error message; returns undef if no error.