in reply to Remote file/files/dir ?

Net::SFTP has the
$sftp->do_lstat($path) $sftp->do_fstat($handle) $sftp->do_stat($path)
methods. There may be other solutions/modules, but I'm quite confident these would work for you...