in reply to Re^2: How to execute stat command in remote server
in thread How to execute stat command in remote server

use Fcntl qw(S_ISREG); ... if (S_ISREG($entry->{a}->perm)) { # entry is a regular file }
See fstat(2) and Net::SFTP::Foreign::Attributes for the details.