Net::SFTP::Foreign::Attributes::Compat - adaptor for Net::SFTP::Attributes compatibility


Net-SFTP-Foreign documentation  | view source Contained in the Net-SFTP-Foreign distribution.

Index


NAME

Top

Net::SFTP::Foreign::Attributes::Compat - adaptor for Net::SFTP::Attributes compatibility

SYNOPSIS

Top

    use Net::SFTP::Foreign::Attributes::Compat;
    my $attrs = Net::SFTP::Foreign::Attributes->new(Stat => [ stat "foo" ]);
    my $size = $attrs->size;

DESCRIPTION

Top

This module provides a wrapper for Net::SFTP::Foreign::Attributes exposing an API compatible to Net::SFTP::Attributes.

AUTHOR & COPYRIGHTS

Top

Please see the Net::SFTP::Foreign manpage for author, copyright, and license information.


Net-SFTP-Foreign documentation  | view source Contained in the Net-SFTP-Foreign distribution.