Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my $sftp = $ssh->sftp;
    my $stat = $sftp->stat($remote_file);
    print Dumper($stat), "\n";