ssh2_sftp_stat Stat a file on a remote filesystem &reftitle.description; arrayssh2_sftp_stat resourcesftp stringpath Stats a file on the remote filesystem following any symbolic links. This function is similar to using the stat function with the ssh2.sftp:// wrapper in PHP 5 and returns the same values. &reftitle.parameters; sftp An SSH2 SFTP resource opened by ssh2_sftp. path &reftitle.returnvalues; See the documentation for stat for details on the values which may be returned. &reftitle.examples; Stating a file via SFTP ]]> &reftitle.seealso; ssh2_sftp_lstat lstat stat