| Net-SFTP-Foreign documentation | view source | Contained in the Net-SFTP-Foreign distribution. |
Net::SFTP::Foreign::Attributes::Compat - adaptor for Net::SFTP::Attributes compatibility
use Net::SFTP::Foreign::Attributes::Compat;
my $attrs = Net::SFTP::Foreign::Attributes->new(Stat => [ stat "foo" ]);
my $size = $attrs->size;
This module provides a wrapper for Net::SFTP::Foreign::Attributes exposing an API compatible to Net::SFTP::Attributes.
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. |