in reply to Re: Net::SSH2::SFTP stat function
in thread Net::SSH2::SFTP stat function

I could do the ls -la, but I'm not supposed to use external (i.e. OS) functions in this code, only native Perl functions, to ensure portability.

Otherwise I'd definitely use SFTP::Foreign...